[PATCH] D52372: [WebAssembly] SIMD conversions
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 17:12:23 PDT 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:388
+defm "" : SIMDConvert<v2i64, v2f64, fp_to_sint, "i64x2.trunc_saturating_s?f64x2", 145>;
+defm "" : SIMDConvert<v2i64, v2f64, fp_to_uint, "i64x2.trunc_saturating_u?f64x2", 146>;
+
----------------
It looks like after D52442 we can use the old names?
Repository:
rL LLVM
https://reviews.llvm.org/D52372
More information about the llvm-commits
mailing list