Description[Turbofan] Remove TODO to eliminate InstructionOperand::INVALID.
- This won't save a bit, since the enum is not a flags enum and there is
still room for another value.
- While it may be possible to eliminate this value, the code to init
and check for invalid becomes much more complex. Unallocated operands
are currently created with invalid vreg code, so we also have to check
the policy.
BUG=v8:6325
Review-Url: https://codereview.chromium.org/2904603004
Cr-Commit-Position: refs/heads/master@{#45534}
Committed: https://chromium.googlesource.com/v8/v8/+/d81be3b4ac42b85cb0d67543ef56ad3152979c2b
Patch Set 1 #
Messages
Total messages: 14 (8 generated)
|