Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / AVR / stdwstk.ll
blob51e5c115f16a3ea823237ae5709ee13ef78466cc
1 ; RUN: llc < %s -march=avr -mcpu=atmega328 -O1 -verify-machineinstrs | FileCheck %s
2 ; CHECK-NOT: stdwstk
4 ; Checks that we expand STDWSPQRr always - even if it appears outside of the
5 ; FrameSetup/FrameDestroy context.
7 declare { } @foo(i128, i128) addrspace(1)
9 define i128 @bar(i128 %a, i128 %b) addrspace(1) {
10   %b_neg = icmp slt i128 %b, 0
11   %divisor = select i1 %b_neg, i128 0, i128 %b
12   %result = tail call fastcc addrspace(1) { } @foo(i128 undef, i128 %divisor)
14   ret i128 0