[polly] Properly create and initialize new PM analysis managers
authorArthur Eubanks <aeubanks@google.com>
Fri, 5 Nov 2021 16:31:14 +0000 (09:31 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 5 Nov 2021 16:32:54 +0000 (09:32 -0700)
commit7f627596977624730f9298a1b69883af1555765e
treeaa82bd6b20ec42a3a66e8f51e11485448dceac52
parenta83a6c22e63ad84e9c210c71b36413bed72ac23c
[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.
polly/lib/Transform/ScopInliner.cpp