[PATCH] D44946: [polly] [ScopInfo] Don't pre-compute the name of the Scop's region.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 13:52:50 PDT 2018
efriedma added a comment.
With the old pass manager, the only place that actually uses the result of getName() is some debug dumps in include/llvm/IR/PassManager.h. With the new pass manager, it looks like ScopPass.h/ScopPass.cpp call getName() unconditionally... but the result is still only used for debug dumps.
Repository:
rPLO Polly
https://reviews.llvm.org/D44946
More information about the llvm-commits
mailing list