Closed
Description
Followup to #84211
These are implemented as part of #76644 but in SelectionDAG not in the KnownBits class directly
- Add KnownBIts::avgfloors/avgflooru/avgceils/avgceilu implementations based off [AArch64] SimplifyDemandedBitsForTargetNode - add AArch64ISD::BICi handling #76644
- Add exhaustive KnownBits test coverage (can it be optimal or just correct?)
- Depending upon whether [AArch64] SimplifyDemandedBitsForTargetNode - add AArch64ISD::BICi handling #76644 lands before or after this, you might need to update the SelectionDAG code or coordinate with @snikitav