[all-commits] [llvm/llvm-project] 7f6275: [polly] Properly create and initialize new PM anal...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Nov 5 09:35:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f627596977624730f9298a1b69883af1555765e
https://github.com/llvm/llvm-project/commit/7f627596977624730f9298a1b69883af1555765e
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M polly/lib/Transform/ScopInliner.cpp
Log Message:
-----------
[polly] Properly create and initialize new PM analysis managers
If we don't properly initialize all the analysis managers, we may be
missing analyses that other analyses depend on.
Fixes broken polly test, e.g.
https://lab.llvm.org/buildbot/#/builders/10/builds/7501.
More information about the All-commits
mailing list