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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 07:30:32 PDT 2024


AtariDreams wrote:

@nikic Given how this is a multi-use, it would make sense to put freeze here, no?

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


More information about the llvm-commits mailing list