[PATCH] D52442: [WebAssembly] Fixed AsmParser not allowing instructions with / and :

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 16:52:47 PDT 2018


tlively added inline comments.


================
Comment at: test/MC/WebAssembly/basic-assembly.s:48
+    #i32x4.trunc_s/f32x4:sat
+    i32.trunc_s/f32
     end_function
----------------
What happens if an instruction name is used as a label? Is the colon correctly identified as delimiting a label and not as part of the instruction? Is that even allowed?


Repository:
  rL LLVM

https://reviews.llvm.org/D52442





More information about the llvm-commits mailing list