[llvm] [InstCombine] Propogate disjoint flags during shl-binop transform (PR #91333)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 07:13:12 PDT 2024
================
@@ -1259,6 +1266,50 @@ Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) {
match(Op1, m_SpecificIntAllowPoison(BitWidth - 1)))
return new ZExtInst(Builder.CreateIsNotNeg(X, "isnotneg"), Ty);
+ Value *Y;
----------------
dtcxzyw wrote:
Please drop changes from https://github.com/llvm/llvm-project/pull/88193
https://github.com/llvm/llvm-project/pull/91333
More information about the llvm-commits
mailing list