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

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 10:25:03 PDT 2016


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

LGTM.


================
Comment at: lib/Analysis/ConstantFolding.cpp:1682
@@ -1681,2 +1681,3 @@
+          return ConstantFoldSSEConvertToInt(FPOp->getValueAPF(),
                                           /*roundTowardZero=*/false, Ty);
       case Intrinsic::x86_sse_cvttss2si:
----------------
Indentation?


Repository:
  rL LLVM

https://reviews.llvm.org/D22106





More information about the llvm-commits mailing list