blob: 172601301993a932bc2c35a341c0e9e45c404568 [file] [log] [blame]
Tim Northover3b0846e2014-05-24 12:50:23 +00001; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s
Tim Northovere0e3aef2013-01-31 12:12:40 +00002
3define void @foo() {
4 ; 32-bit bitpattern ending in 1101 can't be produced.
5 call void asm sideeffect "and w0, w0, $0", "K"(i64 4294967296)
6 ret void
Stephen Linf799e3f2013-07-13 20:38:47 +00007}