llvm-project
3bdd3971 - [VectorCombine] Relax vector type constraint on bitop(bitcast, bitcast) (#157245)

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.
Author
Parents
Loading