[PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 14:10:29 PDT 2016


mgrang added a subscriber: mgrang.

================
Comment at: test/CodeGen/WebAssembly/address-offsets.ll:39
@@ -34,4 +38,3 @@
 ; CHECK-NEXT: i32.const $push0=, 2{{$}}
-; CHECK-NEXT: i32.shl   $push1=, $0, $pop0{{$}}
-; CHECK-NEXT: i32.load  $push2=, g+40($pop1){{$}}
-; CHECK-NEXT: return    $pop2{{$}}
+; CHECK-NEX T: i32.shl   $push1=, $0, $pop0{{$}}
+; CHECK-NEX T: i32.load  $push2=, g+40($pop1){{$}}
----------------
This seems to be a typo. Should be NEXT instead of NEX T.


https://reviews.llvm.org/D24053





More information about the llvm-commits mailing list