[llvm] [InstCombine] Add transforms for `(or/and (icmp eq/ne X,0),(icmp eq/ne X,Pow2OrZero))` (PR #94648)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 02:16:52 PDT 2024


dtcxzyw wrote:

> 273 files changed, 45121 insertions(+), 45004 deletions(-)

We need a one-use check to avoid creating more instructions than before.


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


More information about the llvm-commits mailing list