summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/select.ll
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-05-12 04:19:09 +0000
committerDan Gohman <dan433584@gmail.com>2016-05-12 04:19:09 +0000
commit33e694a8077809dc414145d65a31f73068c85589 (patch)
tree04d59b2c5d3e682996e18b9221170c9348f23400 /llvm/test/CodeGen/WebAssembly/select.ll
parent1fb10e846a22f0569372f71c1ad2d68997d70779 (diff)
downloadbcm5719-llvm-33e694a8077809dc414145d65a31f73068c85589.tar.gz
bcm5719-llvm-33e694a8077809dc414145d65a31f73068c85589.zip
[WebAssembly] Fast-isel support for calls, arguments, and selects.
llvm-svn: 269273
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/select.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/select.ll b/llvm/test/CodeGen/WebAssembly/select.ll
index e198a0bdf21..6e26da59496 100644
--- a/llvm/test/CodeGen/WebAssembly/select.ll
+++ b/llvm/test/CodeGen/WebAssembly/select.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -asm-verbose=false | FileCheck %s
-; RUN: llc < %s -asm-verbose=false -fast-isel | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -fast-isel -fast-isel-abort=1 | FileCheck %s
; Test that wasm select instruction is selected from LLVM select instruction.
OpenPOWER on IntegriCloud