[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Hexagon / bit-skip-byval.ll
blob9ee4014ae346ad9df5da925109860ec4efc8428c
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Either and or zxtb.
4 ; CHECK: r0 = and(r1,#255)
6 %struct.t0 = type { i32 }
8 define i32 @foo(%struct.t0* byval align 8 %s, i8 zeroext %t, i8 %u) #0 {
9   %a = zext i8 %u to i32
10   ret i32 %a