[PATCH] D32256: Use a pointer type for target frame indices during statepoint lowering

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 18:13:12 PDT 2017


reames added a comment.

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.


https://reviews.llvm.org/D32256





More information about the llvm-commits mailing list