[llvm] [DAG] Fold (mul (sext (add_nsw x, c1)), c2) -> (add (mul (sext x), c2), c1*c2) (PR #69667)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 19:41:41 PDT 2024


https://github.com/LiqinWeng closed https://github.com/llvm/llvm-project/pull/69667


More information about the llvm-commits mailing list