[PATCH] D23483: [PM] Port LoopDataPrefetch to new pass manager

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 20:44:07 PDT 2016


tejohnson created this revision.
tejohnson added a reviewer: anemet.
tejohnson added a subscriber: llvm-commits.
Herald added subscribers: nemanjai, mzolotukhin, sanjoy.

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.

https://reviews.llvm.org/D23483

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/LoopDataPrefetch.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/LoopDataPrefetch.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/LoopDataPrefetch/PowerPC/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23483.67953.patch
Type: text/x-patch
Size: 11877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160813/d5887c01/attachment.bin>


More information about the llvm-commits mailing list