diff options
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll b/llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll index 5ec021fdb99..99009604962 100644 --- a/llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll +++ b/llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll @@ -3,11 +3,11 @@ define { i128, i8 } @muloti_test(i128 %l, i128 %r) unnamed_addr #0 { ; WASM32-LABEL: muloti_test -; WASM32: global.get $push18=, __stack_pointer@GLOBAL +; WASM32: global.get $push18=, __stack_pointer ; WASM32: i32.const $push19=, 48 ; WASM32: i32.sub $push40=, $pop18, $pop19 ; WASM32: local.tee $push39=, 5, $pop40 -; WASM32: global.set __stack_pointer@GLOBAL, $pop39 +; WASM32: global.set __stack_pointer, $pop39 ; WASM32: local.get $push41=, 5 ; WASM32: i32.const $push22=, 32 ; WASM32: i32.add $push23=, $pop41, $pop22 @@ -15,7 +15,7 @@ define { i128, i8 } @muloti_test(i128 %l, i128 %r) unnamed_addr #0 { ; WASM32: i64.const $push0=, 0 ; WASM32: local.get $push42=, 3 ; WASM32: i64.const $push38=, 0 -; WASM32: call __multi3@FUNCTION, $pop23, $pop43, $pop0, $pop42, $pop38 +; WASM32: call __multi3, $pop23, $pop43, $pop0, $pop42, $pop38 ; WASM32: local.get $push44=, 5 ; WASM32: i32.const $push24=, 16 ; WASM32: i32.add $push25=, $pop44, $pop24 @@ -23,13 +23,13 @@ define { i128, i8 } @muloti_test(i128 %l, i128 %r) unnamed_addr #0 { ; WASM32: i64.const $push37=, 0 ; WASM32: local.get $push45=, 1 ; WASM32: i64.const $push36=, 0 -; WASM32: call __multi3@FUNCTION, $pop25, $pop46, $pop37, $pop45, $pop36 +; WASM32: call __multi3, $pop25, $pop46, $pop37, $pop45, $pop36 ; WASM32: local.get $push49=, 5 ; WASM32: local.get $push48=, 2 ; WASM32: i64.const $push35=, 0 ; WASM32: local.get $push47=, 3 ; WASM32: i64.const $push34=, 0 -; WASM32: call __multi3@FUNCTION, $pop49, $pop48, $pop35, $pop47, $pop34 +; WASM32: call __multi3, $pop49, $pop48, $pop35, $pop47, $pop34 ; WASM32: local.get $push51=, 0 ; WASM32: local.get $push50=, 5 ; WASM32: i64.load $push1=, 32($pop50) @@ -74,7 +74,7 @@ define { i128, i8 } @muloti_test(i128 %l, i128 %r) unnamed_addr #0 { ; WASM32: local.get $push63=, 5 ; WASM32: i32.const $push20=, 48 ; WASM32: i32.add $push21=, $pop63, $pop20 -; WASM32: global.set __stack_pointer@GLOBAL, $pop21 +; WASM32: global.set __stack_pointer, $pop21 start: %0 = tail call { i128, i1 } @llvm.umul.with.overflow.i128(i128 %l, i128 %r) #2 |