[mlir][python] allow DenseIntElementsAttr for index type (#118947)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / autohvx / isel-store-bitcast-v128i1.ll
blob45aa49cbf1fa3da669bb5d1418714353914181cf
1 ; RUN: llc -mtriple=hexagon < %s | FileCheck %s
3 ; Primarily check if this compiles without failing.
5 ; CHECK-LABEL: fred:
6 ; CHECK: memd
7 define void @fred(<128 x i8> %a0, <128 x i8> %a1, ptr %a2) #0 {
8   %v0 = icmp eq <128 x i8> %a0, %a1
9   %v1 = bitcast <128 x i1> %v0 to i128
10   store i128 %v1, ptr %a2, align 16
11   ret void
14 attributes #0 = { nounwind "target-cpu"="hexagonv66" "target-features"="+v66,+hvx,+hvxv66,+hvx-length128b" }