[PATCH] D26331: [AVX-512] Add lowering to cvttpd2udq/cvttps2udq for fptoui v2f64/2f32 to 2i32
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 04:39:23 PST 2016
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM (with1 minor comment tweak).
================
Comment at: lib/Target/X86/X86ISelLowering.h:305
// Vector double to signed integer (truncated).
+ CVTTPD2DQ, CVTTPD2UDQ,
----------------
Vector double to signed/unsigned integer (truncated).
https://reviews.llvm.org/D26331
More information about the llvm-commits
mailing list