summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-02-27 18:32:11 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-02-27 18:32:11 +0000
commit945a660cbc928a451b2a3114104c2b55e63c7bac (patch)
tree2c915c2068cd0a56236bbe4710d11b1fe4f8aa06 /llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll
parent514f6efa2bd263d7483c796e9bc119dc84acf724 (diff)
downloadbcm5719-llvm-945a660cbc928a451b2a3114104c2b55e63c7bac.tar.gz
bcm5719-llvm-945a660cbc928a451b2a3114104c2b55e63c7bac.zip
Change the fast-isel-abort option from bool to int to enable "levels"
Summary: Currently fast-isel-abort will only abort for regular instructions, and just warn for function calls, terminators, function arguments. There is already fast-isel-abort-args but nothing for calls and terminators. This change turns the fast-isel-abort options into an integer option, so that multiple levels of strictness can be defined. This will help no being surprised when the "abort" option indeed does not abort, and enables the possibility to write test that verifies that no intrinsics are forgotten by fast-isel. Reviewers: resistor, echristo Subscribers: jfb, llvm-commits Differential Revision: http://reviews.llvm.org/D7941 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 230775
Diffstat (limited to 'llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll')
-rw-r--r--llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll b/llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll
index 5e76bf8d4e6..37bdd7d90ea 100644
--- a/llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll
+++ b/llvm/test/CodeGen/X86/patchpoint-webkit_jscc.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 < %s | FileCheck %s
-; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort < %s | FileCheck %s --check-prefix=FAST
+; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 < %s | FileCheck %s --check-prefix=FAST
; Test the webkit_jscc calling convention.
; One argument will be passed in register, the other will be pushed on the stack.
OpenPOWER on IntegriCloud