[PATCH] D80580: Separate Peeling Properties into its own struct
Sidharth Baveja via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 13:05:37 PDT 2020
sidbav created this revision.
sidbav added reviewers: Whitney, Meinersbur, skatkov, ashlykov, bogner.
Herald added subscribers: llvm-commits, kerbowa, zzheng, kbarton, hiraditya, nhaehnle, jvesely, nemanjai, arsenm, jholewinski.
Herald added a project: LLVM.
sidbav edited the summary of this revision.
Herald added a subscriber: wuzish.
Currently, all of the Loop Peeling Properties are found in the TargetTransformInfo::UnrollingPreferences struct (llvm/include/llvm/Analysis/TargetTransformInfo.h).
Therefore, other loop transforms (i.e., LoopFusion) to access the peeling properties of a loop.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80580
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/include/llvm/Transforms/Utils/UnrollLoop.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.h
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80580.266294.patch
Type: text/x-patch
Size: 31049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200526/1a13c2b0/attachment.bin>
More information about the llvm-commits
mailing list