forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LegalizeVectorTypes] Allow non-undef vectors when widening insert_su…
…bvector op When widening an insert_subvector operand there's currently a restriction that the vector being inserted into has to be undef. It looks like this is just a conservative restriction from when it was first added: https://reviews.llvm.org/D102501 Nothing comes to mind as to why we can't allow non-undef vectors. Fixes llvm#114900
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters