[PATCH] D81121: [Statepoint] Switch RS4GC to using gc-live bundle form

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 16:02:39 PDT 2020


reames created this revision.
reames added reviewers: anna, dantrushin, skatkov.
Herald added subscribers: bollu, hiraditya, mcrosier.
Herald added a project: LLVM.

Now that we have an operand based form for the GC arguments to a statepoint intrinsic, update RS4GC to use it and update tests to reflect.  This is pretty straight forward.  I nearly landed without review, but figured a second set of eyes didn't hurt.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81121

Files:
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
  llvm/test/Transforms/RewriteStatepointsForGC/basic.ll
  llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
  llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector-2.ll
  llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-attrs.ll
  llvm/test/Transforms/RewriteStatepointsForGC/statepoint-format.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81121.268325.patch
Type: text/x-patch
Size: 70279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/706db6dc/attachment-0001.bin>


More information about the llvm-commits mailing list