Commit 73b255c9 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] Ensure extract_subvector(insert_subvector(x,y,c1),c2) -->...

[DAG] Ensure extract_subvector(insert_subvector(x,y,c1),c2) --> extract_subvector(y,c2-c1) is working on fixed vector types

#87925 failed to ensure we weren't removing the extracted subvector from a scalable vector type

Thanks to @antmox for the headsup.
parent a66c09a9
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