[all-commits] [llvm/llvm-project] 3d40c7: [Statepoint] Switch RS4GC to using gc-live bundle ...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Jun 4 15:49:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d40c7518985d65fb91b6d73130fe7597bc7555a
      https://github.com/llvm/llvm-project/commit/3d40c7518985d65fb91b6d73130fe7597bc7555a
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

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

  Log Message:
  -----------
  [Statepoint] Switch RS4GC to using gc-live bundle form

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.

Differential Revision: https://reviews.llvm.org/D81121




More information about the All-commits mailing list