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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 08:25:03 PDT 2020


reames added a comment.

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)


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

https://reviews.llvm.org/D85954



More information about the llvm-commits mailing list