summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/func-argpassing.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
commit022d395c9c9a75d7fd6f1833882e75127017bfd2 (patch)
tree08ad79bfb0386f395b24369aa4bf99053f45431d /llvm/test/CodeGen/AArch64/func-argpassing.ll
parent0e7b07704ef6c1818b0c0e632cf095a5471222b8 (diff)
downloadbcm5719-llvm-022d395c9c9a75d7fd6f1833882e75127017bfd2.tar.gz
bcm5719-llvm-022d395c9c9a75d7fd6f1833882e75127017bfd2.zip
[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. llvm-svn: 207215
Diffstat (limited to 'llvm/test/CodeGen/AArch64/func-argpassing.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/func-argpassing.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/func-argpassing.ll b/llvm/test/CodeGen/AArch64/func-argpassing.ll
index eae005b234f..e2109e658f7 100644
--- a/llvm/test/CodeGen/AArch64/func-argpassing.ll
+++ b/llvm/test/CodeGen/AArch64/func-argpassing.ll
@@ -3,6 +3,7 @@
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64_be-none-linux-gnu | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64_be-none-linux-gnu -mattr=-fp-armv8 | FileCheck --check-prefix=CHECK-NOFP %s
; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-none-linux-gnu | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ARM64 %s
+; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-none-linux-gnu -mattr=-fp-armv8 | FileCheck --check-prefix=CHECK-NOFP %s
%myStruct = type { i64 , i8, i32 }
OpenPOWER on IntegriCloud