[DAG] SimplifyDemandedBits - use ComputeKnownBits instead of...
[DAG] SimplifyDemandedBits - use ComputeKnownBits instead of getValidShiftAmountConstant to check for constant shift amounts. (#92412) This allows us to handle cases where the constant has already been type legalized behind a bitcast Despite calling ComputeKnownBits I'm not seeing any notable change in compile time.
parent
309a881d
Please register or sign in to comment