Tim Northover | e3d4236 | 2013-02-01 11:40:47 +0000 | [diff] [blame] | 1 | ; RUN: not llc -mtriple=aarch64-none-linux-gnu < %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 | } |