summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/comparisons_i32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/WebAssembly/comparisons_i32.ll')
-rw-r--r--test/CodeGen/WebAssembly/comparisons_i32.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/comparisons_i32.ll b/test/CodeGen/WebAssembly/comparisons_i32.ll
index db81ef36e2701..d2ba73f79a3d7 100644
--- a/test/CodeGen/WebAssembly/comparisons_i32.ll
+++ b/test/CodeGen/WebAssembly/comparisons_i32.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
; Test that basic 32-bit integer comparison operations assemble as expected.