Not only is it useless, it's wrong: it doesn't check the correct operands.
(See ARMTargetLowering::computeKnownBitsForTargetNode for the other implementation.)
Differential D31253
[ARM] Delete duplicate known bits implementation for ARMISD::CMOV. efriedma on Mar 22 2017, 12:34 PM. Authored by
Details Not only is it useless, it's wrong: it doesn't check the correct operands. (See ARMTargetLowering::computeKnownBitsForTargetNode for the other implementation.)
Diff Detail
Event TimelineComment Actions Looks even better than Pirama's patch. Thanks! sidenote: I know I added *one* of these... now I'm wondering if I added the correct or broken one and how there ended up being two! |