[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / Hexagon / bit-skip-byval.ll
blob139726626c3d8375e9937b5a4ca5a3feb2d973b7
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(%struct.t0) align 8 %s, i8 zeroext %t, i8 %u) #0 {
9   %a = zext i8 %u to i32
10   ret i32 %a