[all-commits] [llvm/llvm-project] 74671d: Sink first bit of functionality from Statepoint to...

Philip Reames via All-commits all-commits at lists.llvm.org
Wed May 27 18:32:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 74671d5c1491dc9e252a8a10c9065b2f8cc99fba
      https://github.com/llvm/llvm-project/commit/74671d5c1491dc9e252a8a10c9065b2f8cc99fba
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M llvm/include/llvm/IR/Statepoint.h

  Log Message:
  -----------
  Sink first bit of functionality from Statepoint to GCStatepointInst

Starting with the obvious stuff.  I initially tried to include the inline operand sequences too, but managed to get code which confused *me*.  Since several parts of those are being entirely removed in the near future, I may defer that portion until the cleanup is done.


  Commit: 87bea912c27caaa71ac9bc3d172995994b57e639
      https://github.com/llvm/llvm-project/commit/87bea912c27caaa71ac9bc3d172995994b57e639
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/IR/SafepointIRVerifier.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Utils/StripGCRelocates.cpp

  Log Message:
  -----------
  [Statepoint] Replace uses of isX functions with idiomatic isa<X>

Now that all of the statepoint related routines have classes with isa support, let's cleanup.

I'm leaving the (dead) utitilities in tree for a few days so that I can do the same cleanup downstream without breakage.


Compare: https://github.com/llvm/llvm-project/compare/a70edc2b1613...87bea912c27c


More information about the All-commits mailing list