llvm-project
db2fc84f
- [VectorCombine] Relax vector type constraint on bitop(bitcast, constant) (#157246)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
144 days ago
[VectorCombine] Relax vector type constraint on bitop(bitcast, constant) (#157246) Fixes https://github.com/llvm/llvm-project/issues/157131. This patch allows bitop(bitcast, constant) -> bitcast(bitop) for scalar integer types.
References
#157246 - [VectorCombine] Relax vector type constraint on bitop(bitcast, constant)
Author
XChy
Parents
67823469
Loading