[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / ARM / print-memb-operand.ll
blob7748efb3a08aba91b1180b83c80c38edd469753f
1 ; RUN: llc -mtriple=armv7 %s -o - | FileCheck %s
3 ; CHECK: dmb ld
5 define void @test2() #0 {
6   call void @llvm.arm.dmb(i32 13)
7   ret void
10 declare void @llvm.arm.dmb(i32)
12 attributes #0 = { "target-cpu"="cyclone" }