blob: 91921d5aa3b7cb316e54937478c0abd5c609fda4 [file] [log] [blame]
Tim Northovere3d42362013-02-01 11:40:47 +00001; RUN: not llc -mtriple=aarch64-none-linux-gnu < %s
Tim Northover46ecdf52014-04-16 11:53:07 +00002; RUN: not llc -mtriple=arm64-none-linux-gnu -o - %s
Tim Northovere0e3aef2013-01-31 12:12:40 +00003
4define void @foo() {
5 ; Out of range immediate for I.
Tim Northover46ecdf52014-04-16 11:53:07 +00006 call void asm sideeffect "add x0, x0, $0", "I"(i32 4097)
Tim Northovere0e3aef2013-01-31 12:12:40 +00007 ret void
Stephen Linf799e3f2013-07-13 20:38:47 +00008}