llvm-project
3bdd3971
- [VectorCombine] Relax vector type constraint on bitop(bitcast, bitcast) (#157245)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
149 days ago
[VectorCombine] Relax vector type constraint on bitop(bitcast, bitcast) (#157245) Inspired by https://github.com/llvm/llvm-project/issues/157131. This patch allows `bitop(bitcast, bitcast) -> bitcast(bitop)` for scalar integer types.
References
#157245 - [VectorCombine] Relax vector type constraint on bitop(bitcast, bitcast)
Author
XChy
Parents
2308d7bd
Loading