[all-commits] [llvm/llvm-project] bcbc61: [CGP] Add Pass Dependencies
Andrew Litteken via All-commits
all-commits at lists.llvm.org
Wed Jul 22 12:03:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bcbc6117b5d944bca8519dd34131cda1e83789fe
https://github.com/llvm/llvm-project/commit/bcbc6117b5d944bca8519dd34131cda1e83789fe
Author: Andrew Litteken <andrew_litteken at apple.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
[CGP] Add Pass Dependencies
Add pass dependecies:
- TargetTransformInfoWrapperPass
- TargetPassConfig
- LoopInfoWrapperPass
- TargetLibraryInfoWrapperPass
To fix inconsistencies when passes are added to the pipeline.
Reviewers: efriedma, kmclaughlin, paquette
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D84346
More information about the All-commits
mailing list