[all-commits] [llvm/llvm-project] 7a68f0: [Attributor] Add a phase flag to Attributor

Shinji Okumura via All-commits all-commits at lists.llvm.org
Thu Aug 27 09:27:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a68f0f1e00b3542405ee596d7e54c4b243933e9
      https://github.com/llvm/llvm-project/commit/7a68f0f1e00b3542405ee596d7e54c4b243933e9
  Author: Shinji Okumura <okuraofvegetable at gmail.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/Attributor.cpp

  Log Message:
  -----------
  [Attributor] Add a phase flag to Attributor

Add a new flag that indicates which stage in the process we are in.
This flag is introduced for handling behavior of `getAAFor` according to the stage. (discussed in D86635)

Reviewed By: jdoerfert

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




More information about the All-commits mailing list