[Polly] Add TargetTransformInfo to ScopPass standard analysis results.
authorMichael Kruse <llvm-project@meinersbur.de>
Wed, 10 Feb 2021 04:30:42 +0000 (22:30 -0600)
committerMichael Kruse <llvm-project@meinersbur.de>
Wed, 10 Feb 2021 05:56:20 +0000 (23:56 -0600)
commit5ff963fd11b6a88d3213bc83447aa44580d543f3
tree9c86cc79bf63c33961479e4e395646048bd80dc2
parente7b9e43c9a7c33c8c10508ce4b40423fbeaa31b3
[Polly] Add TargetTransformInfo to ScopPass standard analysis results.

TargetTransformInfo is required by IslScheduleOptimizer, as ScopPass.
Unfortunately it is not possible to get arbitrary larger-unit analyses
in for as ScopPass. Loop passes also already use TargetTransformInfo as
LoopStandardAnalysisResults, hence wei might expect it to be available
to Scop passes as well.
polly/include/polly/ScopPass.h