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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 16:30:36 PDT 2018


dschuff added a comment.

I think it makes the most sense to try to remove colons from instruction names in the spec. Only a few shipped instructions have them. Slashes is probably harder, there are a lot more of those and they are all from the original MVP and not from nontrappingFP. So we can probably just remove colon support from this CL and land it.


Repository:
  rL LLVM

https://reviews.llvm.org/D52442





More information about the llvm-commits mailing list