summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2019-01-08 06:25:55 +0000
committerThomas Lively <tlively@google.com>2019-01-08 06:25:55 +0000
commit6a87ddac9a056c9a7b75eb630908aa356d8a1028 (patch)
tree23cc1254457e558cb7c6ea53d8601517fea5c34d /llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll
parent616ed1722111a3dcb5d339fe6ce8a5f6d69bdc80 (diff)
downloadbcm5719-llvm-6a87ddac9a056c9a7b75eb630908aa356d8a1028.tar.gz
bcm5719-llvm-6a87ddac9a056c9a7b75eb630908aa356d8a1028.zip
[WebAssembly] Massive instruction renaming
Summary: An automated renaming of all the instructions listed at https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329 as well as some similarly-named identifiers. Reviewers: aheejin, dschuff, aardappel Subscribers: sbc100, jgravelle-google, eraman, sunfish, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D56338 llvm-svn: 350609
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll b/llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll
index b0ca27674a1..dddf2c4ff2d 100644
--- a/llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll
+++ b/llvm/test/CodeGen/WebAssembly/fast-isel-i24.ll
@@ -9,8 +9,8 @@ target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: add:
; CHECK-NEXT: .functype add (i32, i32) -> (i32){{$}}
-; CHECK-NEXT: get_local $push2=, 0{{$}}
-; CHECK-NEXT: get_local $push1=, 1{{$}}
+; CHECK-NEXT: local.get $push2=, 0{{$}}
+; CHECK-NEXT: local.get $push1=, 1{{$}}
; CHECK-NEXT: i32.add $push0=, $pop2, $pop1{{$}}
; CHECK-NEXT: end_function
define i24 @add(i24 %x, i24 %y) {
OpenPOWER on IntegriCloud