Description[turbofan] Fixes to validator
If we have 2 phis with the exact same operand list, and the first phi is
used before the second one, via the operand incoming to the block
that defines the phi, and the second one's operand is defined (via a
parallel move) after the use, then the original operand will be assigned
to the first phi. This will lead to a spurious validation error.
To fix this, we look at the original pending assessment.
Committed: https://crrev.com/7bb766978ba887028c83e37a13e55388c9f53354
Cr-Commit-Position: refs/heads/master@{#35601}
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 12 (6 generated)
|