[PATCH] D55797: [WebAssembly] Make assembler check for proper nesting of control flow.
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 17 17:18:23 PST 2018
aheejin added inline comments.
================
Comment at: test/MC/WebAssembly/basic-assembly.s:66
+ #else
+ #end_if
f32x4.add
----------------
I guess this is not relevant to this CL?
================
Comment at: test/MC/WebAssembly/basic-assembly.s:141
+# DONT-CHECK-NEXT: else
+# DONT-CHECK-NEXT: end_if
# CHECK-NEXT: f32x4.add
----------------
Here too
================
Comment at: test/MC/WebAssembly/simd-encodings.s:4
+main:
+ .functype main () -> ()
+
----------------
I guess this is not relevant to this CL?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55797/new/
https://reviews.llvm.org/D55797
More information about the llvm-commits
mailing list