summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/legalize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/legalize.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/legalize.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/legalize.ll b/llvm/test/CodeGen/WebAssembly/legalize.ll
index 4dbf96d4d8a..7cc1246a86e 100644
--- a/llvm/test/CodeGen/WebAssembly/legalize.ll
+++ b/llvm/test/CodeGen/WebAssembly/legalize.ll
@@ -6,18 +6,18 @@ target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: shl_i3:
-; CHECK: i32.const $push0=, 7
-; CHECK: i32.and $push1=, $1, $pop0
-; CHECK: i32.shl $push2=, $0, $pop1
+; CHECK: i32.const $push0=, 7{{$}}
+; CHECK: i32.and $push1=, $1, $pop0{{$}}
+; CHECK: i32.shl $push2=, $0, $pop1{{$}}
define i3 @shl_i3(i3 %a, i3 %b, i3* %p) {
%t = shl i3 %a, %b
ret i3 %t
}
; CHECK-LABEL: shl_i53:
-; CHECK: i64.const $push0=, 9007199254740991
-; CHECK: i64.and $push1=, $1, $pop0
-; CHECK: i64.shl $push2=, $0, $pop1
+; CHECK: i64.const $push0=, 9007199254740991{{$}}
+; CHECK: i64.and $push1=, $1, $pop0{{$}}
+; CHECK: i64.shl $push2=, $0, $pop1{{$}}
define i53 @shl_i53(i53 %a, i53 %b, i53* %p) {
%t = shl i53 %a, %b
ret i53 %t
@@ -34,7 +34,7 @@ define i64 @sext_in_reg_i32_i64(i64 %a) {
; CHECK-LABEL: fpext_f32_f64:
; CHECK: f32.load $push0=, 0($0){{$}}
-; CHECK: f64.promote/f32 $push1=, $pop0
+; CHECK: f64.promote/f32 $push1=, $pop0{{$}}
; CHECK: return $pop1{{$}}
define double @fpext_f32_f64(float *%p) {
%v = load float, float* %p
@@ -44,7 +44,7 @@ define double @fpext_f32_f64(float *%p) {
; CHECK-LABEL: fpconv_f64_f32:
; CHECK: f64.load $push0=, 0($0){{$}}
-; CHECK: f32.demote/f64 $push1=, $pop0
+; CHECK: f32.demote/f64 $push1=, $pop0{{$}}
; CHECK: return $pop1{{$}}
define float @fpconv_f64_f32(double *%p) {
%v = load double, double* %p
OpenPOWER on IntegriCloud