[PATCH] D32256: Use a pointer type for target frame indices during statepoint lowering
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 18:38:53 PDT 2017
sanjoy planned changes to this revision.
sanjoy added a comment.
In https://reviews.llvm.org/D32256#733048, @reames wrote:
> Can you explain why it's correct to use the pointer type in this one call to getTargetFrameIndex and not the 4 other ones in the same file? I'm a bit confused here.
Yes, they need to be fixed too.
https://reviews.llvm.org/D32256
More information about the llvm-commits
mailing list