[X86] combineToExtendBoolVectorInReg - don't use changeVectorElementType to...
[X86] combineToExtendBoolVectorInReg - don't use changeVectorElementType to create the bool vector type Converting a (simple) vXf32 type to a vXi1 type isn't guaranteed to be simple, causing the MVT type to be invalid. Fixes #64627
Loading
Please sign in to comment