[PATCH] D43441: [X86][AVX512DQ] Use packed instructions for scalar FP<->i64 conversions on 32-bit targets (PR31630)

David Kreitzer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 05:44:14 PDT 2018


DavidKreitzer accepted this revision.
DavidKreitzer added a comment.
This revision is now accepted and ready to land.

Looks good, Craig. And thanks for the explanation on the 64-bit cases. I had forgotten about the VCVTTSx2USI & VCVTUSI2Sx instructions, which we appear to be generating already.


https://reviews.llvm.org/D43441





More information about the llvm-commits mailing list