llvm-project
f00a7a49
- [DAG] Fold insert_subvector (splat X), (splat X), N2 - > splat X (#147380)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
70 days ago
[DAG] Fold insert_subvector (splat X), (splat X), N2 - > splat X (#147380) If we're inserting a splat into a splat of the same value, then regardless of the index, the result is simply a splat of that value.
References
#147380 - [DAG] Fold insert_subvector (splat X), (splat X), N2 - > splat X
Author
preames
Parents
24475409
Loading