It's necessary to calculate correct instruction size because
PseudoVRELOAD and PseudoSPILL will be expanded into multiple
instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Perhaps we could have a comment explaining why this computation is correct, or just pointing the reader to expandVSPILL/expandVRELOAD since the two are linked.