Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / sext-trunc.ll
blobc293dcd8efe9c9d13699d786b0bbdfffeb2be49e
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-unknown-linux-gnu | FileCheck %s
4 define signext i8 @foo(i16 signext  %x) nounwind  {
5 ; CHECK-LABEL: foo:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    movzbl {{[0-9]+}}(%esp), %eax
8 ; CHECK-NEXT:    retl
9         %retval56 = trunc i16 %x to i8
10         ret i8 %retval56