blob: c300482d10311c01f6fb3fb43322aaa124dc2b4b [file] [log] [blame]
Tim Northovere0e3aef2013-01-31 12:12:40 +00001; RUN: not llc -march=aarch64 < %s
2
3define void @foo() {
4 ; Out of range immediate for I.
5 call void asm sideeffect "add x0, x0, $0", "I"(i32 4096)
6 ret void
7}