brintos

brintos / llvm-project-archived public Read only

0
0
Text · 360 B · c293dcd Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-unknown-linux-gnu | FileCheck %s3 4define signext i8 @foo(i16 signext  %x) nounwind  {5; CHECK-LABEL: foo:6; CHECK:       # %bb.0:7; CHECK-NEXT:    movzbl {{[0-9]+}}(%esp), %eax8; CHECK-NEXT:    retl9	%retval56 = trunc i16 %x to i810	ret i8 %retval5611 12}13