summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/offset-fastisel.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/WebAssembly/offset-fastisel.ll')
-rw-r--r--test/CodeGen/WebAssembly/offset-fastisel.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/WebAssembly/offset-fastisel.ll b/test/CodeGen/WebAssembly/offset-fastisel.ll
index abad8917e9d9..9f10a6af17d4 100644
--- a/test/CodeGen/WebAssembly/offset-fastisel.ll
+++ b/test/CodeGen/WebAssembly/offset-fastisel.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -disable-wasm-explicit-locals -fast-isel -fast-isel-abort=1 | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -wasm-disable-explicit-locals -wasm-keep-registers -fast-isel -fast-isel-abort=1 | FileCheck %s
; TODO: Merge this with offset.ll when fast-isel matches better.
@@ -16,10 +16,10 @@ define void @store_i8_with_variable_gep_offset(i8* %p, i32 %idx) {
}
; CHECK-LABEL: store_i8_with_array_alloca_gep:
-; CHECK: get_global $push[[L0:[0-9]+]]=, __stack_pointer
+; CHECK: global.get $push[[L0:[0-9]+]]=, __stack_pointer
; CHECK: i32.const $push[[L1:[0-9]+]]=, 32{{$}}
; CHECK: i32.sub $push[[L2:[0-9]+]]=, $pop[[L0]], $pop[[L1]]{{$}}
-; CHECK: copy_local $push[[L3:[0-9]+]]=, $pop[[L2]]
+; CHECK: local.copy $push[[L3:[0-9]+]]=, $pop[[L2]]
; CHECK: i32.add $push[[L4:[0-9]+]]=, $pop[[L3]], $0{{$}}
; CHECK: i32.const $push[[L5:[0-9]+]]=, 0{{$}}
; CHECK: i32.store8 0($pop[[L4]]), $pop[[L5]]{{$}}