Commit 512a6c50 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[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
parent 1c822e1e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment