[PATCH] D49160: [WebAssembly] Added default stack-only instruction mode for MC.
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 14:55:33 PDT 2018
aheejin added inline comments.
================
Comment at: test/CodeGen/WebAssembly/reg-stackify-stack.ll:16
; CHECK-LABEL: no0:
-; CHECK: return $1{{$}}
+; CHECK: return
define i32 @no0(i32* %p, i32* %q) {
----------------
jgravelle-google wrote:
> Probably worth the `{{$}}` on these two returns?
FileCheck has `--match-full-lines` option that forces to match full lines, so maybe we can use that instead for new tests..?
Repository:
rL LLVM
https://reviews.llvm.org/D49160
More information about the llvm-commits
mailing list