Description[turbofan] Also allow TaggedSigned/Pointer memory operand.
When we added the new MachineRepresentation::kTaggedSigned and
MachineRepresentation::kTaggedPointer, we didn't extend the logic
for memory operand covering, and so for map checks and other
comparisons with fields we'd always need an additional register.
This fixes that and does reduce register pressure in some cases.
R=jarin@chromium.org
BUG=v8:5267, v8:5270
Committed: https://crrev.com/b0b97bfc0f3043058a479f62d3f4f0ea9995e6e5
Cr-Commit-Position: refs/heads/master@{#39575}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use the helper method instead. #Messages
Total messages: 10 (4 generated)
|