diff options
Diffstat (limited to 'test/torture-s/vrp-7.c.s')
-rw-r--r-- | test/torture-s/vrp-7.c.s | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/test/torture-s/vrp-7.c.s b/test/torture-s/vrp-7.c.s index 88f03ba5a..c22875cf8 100644 --- a/test/torture-s/vrp-7.c.s +++ b/test/torture-s/vrp-7.c.s @@ -6,18 +6,18 @@ .type foo,@function foo: # @foo .param i32 - .local i32 # BB#0: # %entry - i32.const $1=, 0 - i32.load8_u $push2=, t($1) - i32.const $push5=, 254 - i32.and $push6=, $pop2, $pop5 + i32.const $push2=, 0 + i32.const $push9=, 0 + i32.load8_u $push3=, t($pop9):p2align=2 + i32.const $push6=, 254 + i32.and $push7=, $pop3, $pop6 i32.const $push0=, 4 i32.shr_u $push1=, $0, $pop0 - i32.const $push3=, 1 - i32.and $push4=, $pop1, $pop3 - i32.or $push7=, $pop6, $pop4 - i32.store8 $discard=, t($1), $pop7 + i32.const $push4=, 1 + i32.and $push5=, $pop1, $pop4 + i32.or $push8=, $pop7, $pop5 + i32.store8 $discard=, t($pop2):p2align=2, $pop8 return .endfunc .Lfunc_end0: @@ -29,20 +29,20 @@ foo: # @foo .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry i32.const $push0=, 16 call foo@FUNCTION, $pop0 - i32.const $0=, 0 block - i32.load8_u $push1=, t($0) + i32.const $push4=, 0 + i32.load8_u $push1=, t($pop4):p2align=2 i32.const $push2=, 1 i32.and $push3=, $pop1, $pop2 - i32.const $push4=, 0 - i32.eq $push5=, $pop3, $pop4 - br_if $pop5, 0 # 0: down to label0 + i32.const $push6=, 0 + i32.eq $push7=, $pop3, $pop6 + br_if $pop7, 0 # 0: down to label0 # BB#1: # %if.end - return $0 + i32.const $push5=, 0 + return $pop5 .LBB1_2: # %if.then end_block # label0: call abort@FUNCTION @@ -55,7 +55,7 @@ main: # @main .type t,@object .section .bss.t,"aw",@nobits .globl t - .align 2 + .p2align 2 t: .skip 4 .size t, 4 |