llvm-project
e86b3386 - [DAGCombine] Support (shl %x, constant) in foldPartialReduceMLAMulOp. (#160663)

Commit
37 days ago
[DAGCombine] Support (shl %x, constant) in foldPartialReduceMLAMulOp. (#160663) Support shifts in foldPartialReduceMLAMulOp by treating (shl %x, %c) as (mul %x, (shl 1, %c)). PR: https://github.com/llvm/llvm-project/pull/160663
Author
Parents
Loading