[all-commits] [llvm/llvm-project] 58d257: [Attributor] Do not add AA to dependency graph aft...
Shinji Okumura via All-commits
all-commits at lists.llvm.org
Thu Aug 27 13:18:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58d257b2904bc637dcf8f90381298eb2661d9d95
https://github.com/llvm/llvm-project/commit/58d257b2904bc637dcf8f90381298eb2661d9d95
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
Log Message:
-----------
[Attributor] Do not add AA to dependency graph after the update stage
If an AA is registered to the dependency graph in the manifest stage, Attributor aborts in `::manifestAttributes()`.
This patch prevents such termination.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D86734
More information about the All-commits
mailing list