[llvm] [InstCombine] Simplify `(X / C0) * C1 + (X % C0) * C2` to `(X / C0) * (C1 - C2 * C0) + X * C2` (PR #76285)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 22:13:36 PST 2024


dtcxzyw wrote:

Ping.

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


More information about the llvm-commits mailing list