[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:27:29 PDT 2018
dschuff added a comment.
I think we can go ahead and add support for both colons and slashes for now, especially since the code is exactly the same other than supporting a different token in the middle. We should go ahead and add a test for i32.trunc_s:sat/f32 (that will cover colons and also multiple tokens in the middle, without depending on simd).
Repository:
rL LLVM
https://reviews.llvm.org/D52442
More information about the llvm-commits
mailing list