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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 1 15:09:46 PST 2018


RKSimon added inline comments.


================
Comment at: lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3634
 
   return PromoteTargetBoolean(CC, N->getValueType(0));
 }
----------------
Replace other uses of N->getValueType(0) with VT.


https://reviews.llvm.org/D41560





More information about the llvm-commits mailing list