summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/WebAssembly/load.ll')
-rw-r--r--test/CodeGen/WebAssembly/load.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/load.ll b/test/CodeGen/WebAssembly/load.ll
index 243fa9d50ad64..a8e174e914e15 100644
--- a/test/CodeGen/WebAssembly/load.ll
+++ b/test/CodeGen/WebAssembly/load.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 loads are assembled properly.