[PATCH] D37505: X86: Improve AVX512 fptoui lowering

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 01:26:56 PDT 2017


zvi added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:1276
 
+    setOperationAction(ISD::FP_TO_UINT,       MVT::v16i8, Legal);
+    setOperationAction(ISD::FP_TO_UINT,       MVT::v16i16, Legal);
----------------
craig.topper wrote:
> Any reason not to put these with the other FP_TO_UINT lines around line 1173?
That is ineed a better location. Thanks.


https://reviews.llvm.org/D37505





More information about the llvm-commits mailing list