[PATCH] D52914: [WebAssembly] Added test for inline assembly roundtrip.
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 16:10:21 PDT 2018
aardappel marked an inline comment as done.
aardappel added inline comments.
================
Comment at: test/CodeGen/WebAssembly/inline-asm-roundtrip.ll:16
+; : "=r" (dst)
+; : "r" (src));
+; return dst != 3;
----------------
aheejin wrote:
> Indent these five lines to match the top `(`?
I had originally indented them such that the instructions line up, since the first doesn't have a `\t`. But that's probably unconventional :)
Repository:
rL LLVM
https://reviews.llvm.org/D52914
More information about the llvm-commits
mailing list