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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 17:01:16 PDT 2018


dschuff added inline comments.


================
Comment at: test/MC/WebAssembly/basic-assembly.s:47
+    # TODO: enable once instruction has been added.
+    #i32x4.trunc_s/f32x4:sat
+    i32.trunc_s/f32
----------------
We already have support for `i32.trunc_s:sat/f32` (non-vector) and friends behind the `FeatureNontrappingFPToInt` CPU feature. So we should be able to add that to this test already.


Repository:
  rL LLVM

https://reviews.llvm.org/D52442





More information about the llvm-commits mailing list