[llvm] [InstCombine] Fold (X << Y) / (X << Z) -> 1 << Y >> Z (PR #68863)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 00:53:57 PDT 2023


nikic wrote:

This also needs a multi-use test.

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


More information about the llvm-commits mailing list