[all-commits] [llvm/llvm-project] 70330e: Reland: [Attributor] Split the Attributor::run() i...

Kuter Dinel via All-commits all-commits at lists.llvm.org
Wed Jun 10 06:24:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70330edc4d1083c14edac160e703a4b5c4edb25e
      https://github.com/llvm/llvm-project/commit/70330edc4d1083c14edac160e703a4b5c4edb25e
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

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

  Log Message:
  -----------
  Reland: [Attributor] Split the Attributor::run() into multiple functions.

Summary:
This patch splits the Attributor::run() function into multiple
functions.

Simple Logic changes to make this possible:
  # Moved iteration count verification earlier.
  # NumFinalAAs get set a little bit later.

Reviewers: jdoerfert, sstefan1, uenoku

Reviewed By: jdoerfert

Subscribers: hiraditya, uenoku, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list