[PATCH] D62604: [CodeGen] Generic Hardware Loop Support
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 01:26:35 PDT 2019
samparker updated this revision to Diff 203098.
samparker added a comment.
- Added expand safety check..
- Made mightUseCTR into a private method. I tried static but since it uses many PPCTTIImpl members it just makes sense to have it as part of the class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62604/new/
https://reviews.llvm.org/D62604
Files:
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/Passes.h
include/llvm/IR/Intrinsics.td
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
lib/Analysis/TargetTransformInfo.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/HardwareLoops.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
test/CodeGen/PowerPC/ctrloop-intrin.ll
test/CodeGen/PowerPC/ppc-passname.ll
test/Transforms/HardwareLoops/scalar-while.ll
test/Transforms/HardwareLoops/unscevable.ll
tools/llc/llc.cpp
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62604.203098.patch
Type: text/x-patch
Size: 76424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/a87f7955/attachment.bin>
More information about the llvm-commits
mailing list