blob: 8a0b07b31c278023971aab487223f5a1ff8fc0bd [file] [log] [blame]
; RUN: llc < %s -march=x86 | grep mov | count 1
; RUN: llc < %s -march=x86-64 | grep mov | count 1
define zeroext i8 @foo() nounwind ssp {
entry:
%0 = tail call zeroext i16 (...)* @bar() nounwind
%1 = lshr i16 %0, 8
%2 = trunc i16 %1 to i8
ret i8 %2
}
declare zeroext i16 @bar(...)