[all-commits] [llvm/llvm-project] 501aa4: [Statepoint] Sink logic about actual callee into G...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu May 28 10:53:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 501aa47ab8fa62f5be1e41bee6d5b8fbd1fa6627
      https://github.com/llvm/llvm-project/commit/501aa47ab8fa62f5be1e41bee6d5b8fbd1fa6627
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/include/llvm/IR/Statepoint.h
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp

  Log Message:
  -----------
  [Statepoint] Sink logic about actual callee into GCStatepointInst

Sinking logic around actual callee from Statepoint to GCStatepointInst.  While doing so, adjust naming to be consistent about refering to "actual" callee and follow precedent on naming from CallBase otherwise.

Use the result to simplify one consumer.  This is mostly just to ensure the new code is exercised, but is also a helpful cleanup on it's own.




More information about the All-commits mailing list