llvm-project
e86b3386
- [DAGCombine] Support (shl %x, constant) in foldPartialReduceMLAMulOp. (#160663)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#160663 - [DAGCombine] Support (shl %x, constant) in foldPartialReduceMLAMulOp.
Author
fhahn
Parents
88c668d0
Loading