[PATCH] D55238: MIR: Preserve incoming frame index numbers
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 10:04:42 PST 2019
arsenm added a comment.
In D55238#1407231 <https://reviews.llvm.org/D55238#1407231>, @aemerson wrote:
> Why is it valid for instructions to reference a dead frame index?
That's not what's happening. The instructions are accessing live frame frame indexes, but there are dead ones in the frame object list. This was just arbitrarily renumbering them so the instructions are now accessing the incorrect, dead frame indexes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55238/new/
https://reviews.llvm.org/D55238
More information about the llvm-commits
mailing list