[PATCH] D52372: [WebAssembly] SIMD conversions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 11:12:01 PDT 2018


tlively marked an inline comment as done.
tlively 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>;
+
----------------
aheejin wrote:
> It looks like after D52442 we can use the old names?
Yep! Done in D52512 so we can get things in more incrementally.


Repository:
  rL LLVM

https://reviews.llvm.org/D52372





More information about the llvm-commits mailing list