Tim Northover | 46ecdf5 | 2014-04-16 11:53:07 +0000 | [diff] [blame] | 1 | ; RUN: not llc -mtriple=arm64-apple-ios7.0 -o - %s |
Tim Northover | e0e3aef | 2013-01-31 12:12:40 +0000 | [diff] [blame] | 2 | |
3 | define void @foo() { | ||||
4 | ; 32-bit bitpattern ending in 1101 can't be produced. | ||||
5 | call void asm sideeffect "and w0, w0, $0", "K"(i32 13) | ||||
6 | ret void | ||||
Stephen Lin | f799e3f | 2013-07-13 20:38:47 +0000 | [diff] [blame] | 7 | } |