mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
RegisterPasses: Make sure to always execute the SCoPInfo pass
llvm-svn: 149871
This commit is contained in:
@@ -156,6 +156,8 @@ void registerPollyPasses(llvm::PassManagerBase &PM, bool DisableScheduler,
|
||||
|
||||
registerPollyPreoptPasses(PM);
|
||||
|
||||
PM.add(polly::createScopInfoPass());
|
||||
|
||||
if (PollyViewer)
|
||||
PM.add(polly::createDOTViewerPass());
|
||||
if (PollyOnlyViewer)
|
||||
|
||||
Reference in New Issue
Block a user