[llvm] Add known and demanded bits support for zext nneg (PR #70858)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 11:22:33 PDT 2023
================
@@ -414,7 +414,10 @@ Value *InstCombinerImpl::SimplifyDemandedUseBits(Value *V, APInt DemandedMask,
if (SimplifyDemandedBits(I, 0, InputDemandedMask, InputKnown, Depth + 1))
----------------
preames wrote:
Pulled the bugfix into it's own review, see https://github.com/llvm/llvm-project/pull/71088
https://github.com/llvm/llvm-project/pull/70858
More information about the llvm-commits
mailing list