[PATCH] D41560: [X86] Make v2i1 and v4i1 legal types without VLX

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 29 14:44:12 PST 2017


RKSimon added a comment.

There are some nasty regressions here, better to hold off until after the 6.00 branch?



================
Comment at: lib/Target/X86/X86ISelLowering.cpp:1165
 
     // Extends of v16i1/v8i1 to 128-bit vectors.
     setOperationAction(ISD::SIGN_EXTEND,        MVT::v16i8, Custom);
----------------
Update comment. Possibly worth putting all these into a for-range loop?


https://reviews.llvm.org/D41560





More information about the llvm-commits mailing list