[llvm] [InstCombine] Propogate disjoint flags during shl-binop transform (PR #91333)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 07:20:01 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;
----------------
AtariDreams wrote:
Did
https://github.com/llvm/llvm-project/pull/91333
More information about the llvm-commits
mailing list