repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
ARM
/
print-memb-operand.ll
blob
7748efb3a08aba91b1180b83c80c38edd469753f
1
; RUN: llc -mtriple=armv7 %s -o - | FileCheck %s
2
3
; CHECK: dmb ld
4
5
define void @test2() #0 {
6
call void @llvm.arm.dmb(i32 13)
7
ret void
8
}
9
10
declare void @llvm.arm.dmb(i32)
11
12
attributes #0 = { "target-cpu"="cyclone" }