Commit dcd0f2b6 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86] combineExtractFromVectorLoad support extraction from vector of different...

[X86] combineExtractFromVectorLoad support extraction from vector of different types to the extraction type/index

combineExtractFromVectorLoad no longer uses the vector we're extracting from to determine the pointer offset calculation, allowing us to extract from types that have been bitcast to work with specific target shuffles.

Fixes #85419
parent c335accb
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