1 ; RUN: llc < %s -march=x86 | grep mov | count 1
2 ; RUN: llc < %s -march=x86-64 | grep mov | count 1
4 define zeroext i8 @foo() nounwind ssp {
6 %0 = tail call zeroext i16 (...)* @bar() nounwind
8 %2 = trunc i16 %1 to i8
12 declare zeroext i16 @bar(...)