annotate test/CodeGen/AArch64/inline-asm-constraints-badL.ll @ 117:facf19d07cd9
check EHStack on EmitCall (CbC goto)
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Wed, 24 Aug 2016 20:10:41 +0900 |
parents |
54457678186b |
children |
|
rev |
line source |
77
|
1 ; RUN: not llc -mtriple=arm64-apple-ios7.0 -o - %s
|
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 define void @foo() {
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 call void asm sideeffect "and x0, x0, $0", "L"(i32 13)
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 ret void
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 }
|