[llvm] [SelectionDAG] Remove arbitrary patch size check (PR #85590)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 17 21:49:17 PDT 2024
================
@@ -4086,11 +4086,6 @@ KnownBits SelectionDAG::computeKnownBits(SDValue Op, const APInt &DemandedElts,
case ISD::INTRINSIC_WO_CHAIN:
case ISD::INTRINSIC_W_CHAIN:
case ISD::INTRINSIC_VOID:
- // TODO: Probably okay to remove after audit; here to reduce change size
----------------
topperc wrote:
Did you do the audit?
https://github.com/llvm/llvm-project/pull/85590
More information about the llvm-commits
mailing list