[llvm] [InstCombine] lshr (mul (X, 2^N + 1)), N -> add (X, lshr(X, N)) (PR #92907)

via llvm-commits llvm-commits at lists.llvm.org
Sun May 26 12:05:29 PDT 2024


AtariDreams wrote:

Merging on the basis that this exact commit was approved before I added new stuff and then reverted said new stuff to make a new PR, which means the exact diff down to the byte was approved https://github.com/llvm/llvm-project/pull/90295.

Changes made in said PR that wasn't approved is in its own PR waiting to be reviewed: https://github.com/llvm/llvm-project/pull/92909

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


More information about the llvm-commits mailing list