[PATCH] D52914: [WebAssembly] Added test for inline assembly roundtrip.

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 16:04:17 PDT 2018


aheejin added a comment.

If we are using `{{$}}` on every line, we can probably replace that with FileCheck's `--match-full-lines` option <https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-match-full-lines>.



================
Comment at: test/CodeGen/WebAssembly/inline-asm-roundtrip.ll:16
+;       : "=r" (dst)
+;       : "r" (src));
+;   return dst != 3;
----------------
Indent these five lines to match the top `(`?


Repository:
  rL LLVM

https://reviews.llvm.org/D52914





More information about the llvm-commits mailing list