Unverified Commit b0cc47c9 authored by Kerry McLaughlin's avatar Kerry McLaughlin Committed by GitHub
Browse files

[InstCombine] Remove scalable vector extracts to and from the same type (#69702)

visitCallInst already looks for fixed width vector extracts where number of
elements in the source and destination types are equal. This patch modifies
the function to also identify scalable extracts which can be removed.
parent dc534106
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