brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · 5fc3759 Raw
12 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2;3; Either and or zxtb.4; CHECK: r0 = and(r1,#255)5 6%struct.t0 = type { i32 }7 8define i32 @foo(ptr byval(%struct.t0) align 8 %s, i8 zeroext %t, i8 %u) #0 {9  %a = zext i8 %u to i3210  ret i32 %a11}12