summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/ldst-unsignedimm.ll
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2014-04-25 09:44:20 +0000
committerKevin Qin <Kevin.Qin@arm.com>2014-04-25 09:44:20 +0000
commit435b9bd9fb1c9ebe68b4332035d318808659486c (patch)
tree31e0ac6d98cdee8caa234e7a085097106558702a /test/CodeGen/AArch64/ldst-unsignedimm.ll
parent78eedb15c90eb2cff925f51784a02cfb5cb93882 (diff)
downloadllvm-435b9bd9fb1c9ebe68b4332035d318808659486c.tar.gz
llvm-435b9bd9fb1c9ebe68b4332035d318808659486c.tar.bz2
llvm-435b9bd9fb1c9ebe68b4332035d318808659486c.tar.xz
[ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-fp test.
This patch is a supplement of implementing predicate of FP, enabling aarch64 backend no-fp tests on arm64 target for verification. During this, one bug is exposed and fixed by this patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/ldst-unsignedimm.ll')
-rw-r--r--test/CodeGen/AArch64/ldst-unsignedimm.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/ldst-unsignedimm.ll b/test/CodeGen/AArch64/ldst-unsignedimm.ll
index e7457d2543..b3359b34f0 100644
--- a/test/CodeGen/AArch64/ldst-unsignedimm.ll
+++ b/test/CodeGen/AArch64/ldst-unsignedimm.ll
@@ -1,6 +1,7 @@
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -mattr=-fp-armv8 | FileCheck --check-prefix=CHECK-NOFP %s
; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-none-linux-gnu | FileCheck %s
+; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-none-linux-gnu -mattr=-fp-armv8 | FileCheck --check-prefix=CHECK-NOFP %s
@var_8bit = global i8 0
@var_16bit = global i16 0