[PATCH] D37505: X86: Improve AVX512 fptoui lowering
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 23:27:37 PDT 2017
craig.topper 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);
----------------
Any reason not to put these with the other FP_TO_UINT lines around line 1173?
https://reviews.llvm.org/D37505
More information about the llvm-commits
mailing list