[all-commits] [llvm/llvm-project] 66f1c6: [RS4GC] Extract rematerilazable candidate search. ...

serguei-katkov via All-commits all-commits at lists.llvm.org
Thu Feb 3 19:11:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66f1c6fc7136d2cd875b43cb4dcf43c43343522d
      https://github.com/llvm/llvm-project/commit/66f1c6fc7136d2cd875b43cb4dcf43c43343522d
  Author: Serguei Katkov <serguei.katkov at azul.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

  Log Message:
  -----------
  [RS4GC] Extract rematerilazable candidate search. NFC.

Finding re-materialization chain for derived pointer does not depend on
call site. To avoid this finding for each call site it can be extracted in
a separate routine.

Reviewers: reames, dantrushin
Reviewed By: reames
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D118676




More information about the All-commits mailing list