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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 04:00:17 PDT 2023


dtcxzyw wrote:

> Thanks for your review. Here is a more direct fold. [Alive2](https://alive2.llvm.org/ce/z/_N7cxo).

Please update the PR title.


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


More information about the llvm-commits mailing list