[llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM_ADDRSIG...
[llvm-complete.git] / test / CodeGen / Hexagon / memop-bit18.ll
blob469aa52da7d74afb4f234fec8bb3517cf555e9b7
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 target triple = "hexagon"
5 ; CHECK-LABEL: f0:
6 ; CHECK: memw({{.*}}) = clrbit(#18)
7 define void @f0(i32* nocapture %a0) #0 {
8 b0:
9   %v0 = load i32, i32* %a0, align 4, !tbaa !0
10   %v1 = and i32 %v0, -262145
11   store i32 %v1, i32* %a0, align 4, !tbaa !0
12   ret void
15 attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length64b" }
17 !0 = !{!1, !1, i64 0}
18 !1 = !{!"int", !2, i64 0}
19 !2 = !{!"omnipotent char", !3, i64 0}
20 !3 = !{!"Simple C/C++ TBAA"}