[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / inline-comments-arm.ll
blob70d49a55727ceb12368c221e99c325649836dc2c
1 ; RUN: llc %s -o - | sed -n -e '/@APP/,/@NO_APP/p' > %t
2 ; RUN: sed -n -e 's/^;CHECK://p' %s > %t2
3 ; RUN: diff %t %t2
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "arm-eabi"
8 ; Function Attrs: nounwind uwtable
9 define void @foo() #0 {
10 entry:
11   call void asm sideeffect "#isolated preprocessor comment", "~{dirflag},~{fpsr},~{flags}"() #0
12 ;CHECK: @APP
13 ;CHECK: @isolated preprocessor comment
14 ;CHECK: @NO_APP
15   ret void
18 attributes #0 = { nounwind }
20 !llvm.ident = !{!0}
22 !0 = !{!""}