Commit 8e2a42a
authored
[X86] Return from SimplifyDemandedBitsForTargetNode for X86ISD::CMOV/ANDP after computing KnownBits. NFC (#141992)
If we break out of the switch, I believe we fall back to the generic
SimplifyDemandedBitsForTargetNode which will call
computeKnownBitsForTargetNode. This will recurse again and calculate
it's own KnownBits. Since we already did the recursion, we should keep
the results.1 parent 3c5c070 commit 8e2a42a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44789 | 44789 | | |
44790 | 44790 | | |
44791 | 44791 | | |
44792 | | - | |
| 44792 | + | |
44793 | 44793 | | |
44794 | 44794 | | |
44795 | 44795 | | |
| |||
0 commit comments