summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDataPrefetch/PowerPC/basic.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PM] Port LoopDataPrefetch to new pass managerTeresa Johnson2016-08-131-0/+1
| | | | | | | | | | | | | | | | Summary: Refactor the existing support into a LoopDataPrefetch implementation class and a LoopDataPrefetchLegacyPass class that invokes it. Add a new LoopDataPrefetchPass for the new pass manager that utilizes the LoopDataPrefetch implementation class. Reviewers: mehdi_amini Subscribers: sanjoy, mzolotukhin, nemanjai, llvm-commits Differential Revision: https://reviews.llvm.org/D23483 llvm-svn: 278591
* [LoopDataPrefetch] Make it testable with optAdam Nemet2016-02-221-0/+25
Summary: Since this is an IR pass it's nice to be able to write tests without llc. This is the counterpart of the llc test under CodeGen/PowerPC/loop-data-prefetch.ll. Reviewers: hfinkel Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D17464 llvm-svn: 261578
OpenPOWER on IntegriCloud