SimplifyDemandedBitsForTargetNode - Missing AArch64ISD::BIC & AArch64ISD::BICi handling #53881
Closed
Description
These get lowered quite early, meaning that there are missed opportunities to further simplify the DAG based on the masked bits.
Noticed while looking at Issue #53622
Activity