[PATCH] D22105: [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 10:16:28 PDT 2016


eli.friedman added a comment.

I don't think we need to use x86-specific operations for sitofp-like conversions; the C cast is equivalent given that a 32 or 64-bit integer is always in within the range of a 32-bit float.


Repository:
  rL LLVM

https://reviews.llvm.org/D22105





More information about the cfe-commits mailing list