[all-commits] [llvm/llvm-project] 0ee47c: [Attributor] Split the Attributor::run() into mult...
Stefan Stipanovic via All-commits
all-commits at lists.llvm.org
Wed Jun 10 02:50:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ee47cc92f510e4f21b584dc265105f4d51776a0
https://github.com/llvm/llvm-project/commit/0ee47cc92f510e4f21b584dc265105f4d51776a0
Author: stefan <stefomeister 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:
-----------
[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