================
@@ -39306,6 +39298,21 @@ void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
}
}
+ APInt MaskMinValue = Known2.getMinValue();
----------------
RKSimon wrote:
Comments?
https://github.com/llvm/llvm-project/pull/179444