[llvm] [DAG] Fold add(mul(add(A, CA), CM), CB) -> add(mul(A, CM), CM*CA+CB) (PR #90860)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 10:47:21 PDT 2024


https://github.com/arsenm approved this pull request.


https://github.com/llvm/llvm-project/pull/90860


More information about the llvm-commits mailing list