llvm-for-llvmta/test/CodeGen/ARM/print-memb-operand.ll

13 lines
217 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple=armv7 %s -o - | FileCheck %s
; CHECK: dmb ld
define void @test2() #0 {
call void @llvm.arm.dmb(i32 13)
ret void
}
declare void @llvm.arm.dmb(i32)
attributes #0 = { "target-cpu"="cyclone" }