[PATCH] D56965: [X86] Remove the cvtuqq2ps256/cvtqq2ps256 mask builtins. Replace with uitofp/sitofp and select.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 19 14:29:42 PST 2019


craig.topper added a comment.

It uses current rounding mode for inexact conversions. cvtsi642ss should do the same. As does (u)dq2ps and (u)qq2pd. I think we use sitofp/uitofp for some lengths of those already.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56965/new/

https://reviews.llvm.org/D56965





More information about the cfe-commits mailing list