[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC
authorAdam Nemet <anemet@apple.com>
Thu, 18 Feb 2016 21:38:19 +0000 (21:38 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 18 Feb 2016 21:38:19 +0000 (21:38 +0000)
commit9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3
tree1debd1e966f811206abc5355bd14d2cc364d6c47
parent7cf9b1bf0515dd630012f9f667dba84bf2b966b5
[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC

This patch is part of the work to make PPCLoopDataPrefetch
target-independent
(http://thread.gmane.org/gmane.comp.compilers.llvm.devel/92758).

Obviously the pass still only used from PPC at this point.  Subsequent
patches will start driving this from ARM64 as well.

Due to the previous patch most lines should show up as moved lines.

llvm-svn: 261265
llvm/include/llvm/Transforms/Scalar.h
llvm/lib/Target/PowerPC/CMakeLists.txt
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/lib/Transforms/Scalar/CMakeLists.txt
llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp [moved from llvm/lib/Target/PowerPC/PPCLoopDataPrefetch.cpp with 97% similarity]