[PATCH] D85954: [InstCombine] Move handling of gc.relocate in a gc.statepoint

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 09:00:06 PDT 2020


skatkov added a comment.

In D85954#2230604 <https://reviews.llvm.org/D85954#2230604>, @reames wrote:

> LGTM
>
> As a follow up, it would be nice to handle two additional optimizations:
>
> 1. Canonicalize each pointer to a single index in the statepoint operand list
> 2. Shrink the gc-live bundle to remove any pointers not needed after (1)

See https://reviews.llvm.org/D85959.

Thank you for review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85954/new/

https://reviews.llvm.org/D85954



More information about the llvm-commits mailing list