summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-stackmap.ll
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-07-31 04:10:43 +0000
committerJuergen Ributzka <juergen@apple.com>2014-07-31 04:10:43 +0000
commita80dd08b56dc20a7be3f9b31eb08fc322b8e7378 (patch)
tree522996bc9e1e8b6f6873e676b7509680c301caa6 /llvm/test/CodeGen/AArch64/arm64-stackmap.ll
parent052e6c289bef2a5a5070e723a8b727e018959868 (diff)
downloadbcm5719-llvm-a80dd08b56dc20a7be3f9b31eb08fc322b8e7378.tar.gz
bcm5719-llvm-a80dd08b56dc20a7be3f9b31eb08fc322b8e7378.zip
[FastISel][AArch64] Update and enable patchpoint and stackmap intrinsic tests for FastISel.
This commit updates the existing SelectionDAG tests for the stackmap and patchpoint intrinsics and enables FastISel testing. It also splits up the tests into separate files, due to different codegen between SelectionDAG and FastISel. llvm-svn: 214382
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-stackmap.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-stackmap.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-stackmap.ll b/llvm/test/CodeGen/AArch64/arm64-stackmap.ll
index 2c7c6ae5d6d..144c2fd2ee3 100644
--- a/llvm/test/CodeGen/AArch64/arm64-stackmap.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-stackmap.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -mtriple=arm64-apple-darwin | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-darwin < %s | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-darwin -fast-isel -fast-isel-abort < %s | FileCheck %s
;
; Note: Print verbose stackmaps using -debug-only=stackmaps.
OpenPOWER on IntegriCloud