projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the...
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
print-memb-operand.ll
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" }