[llvm] [InstCombine] Fold `(mul (div exact X, C0), C1)` -> `(div exact X, C0/C1)` (PR #96915)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 23:50:42 PDT 2024


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

LGTM. Thank you!

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


More information about the llvm-commits mailing list