Simon Pilgrim 512a6c50e8 [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
2023-08-13 11:18:59 +01:00
..