[PATCH] D48748: [WebAssembly] Convert remaining tests from elf to wasm output

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 16:17:33 PDT 2018


aardappel added inline comments.


================
Comment at: test/CodeGen/WebAssembly/negative-base-reg.ll:13
 ; longer be useful as written.
-; CHECK: i32.const $0=, -128
+; CHECK: i32.const $push{{[0-9]+}}=, -128
 entry:
----------------
aardappel wrote:
> ah, what probably happens is that this is followed by a "get_local 0" now, which this test ignores. Maybe make it into 2 CHECK-NEXT instead?
I meant "set_local 0, $pop"


Repository:
  rL LLVM

https://reviews.llvm.org/D48748





More information about the llvm-commits mailing list