brintos

brintos / llvm-project-archived public Read only

0
0
Text · 436 B · 45aa49c Raw
16 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Primarily check if this compiles without failing.4 5; CHECK-LABEL: fred:6; CHECK: memd7define void @fred(<128 x i8> %a0, <128 x i8> %a1, ptr %a2) #0 {8  %v0 = icmp eq <128 x i8> %a0, %a19  %v1 = bitcast <128 x i1> %v0 to i12810  store i128 %v1, ptr %a2, align 1611  ret void12}13 14attributes #0 = { nounwind "target-cpu"="hexagonv66" "target-features"="+v66,+hvx,+hvxv66,+hvx-length128b" }15 16