Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34531
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI. ClosedPublic Authored by gberry on Jun 22 2017, 2:20 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: javed.absar, nhaehnle, nemanjai and 3 others. · View Herald TranscriptJun 22 2017, 2:20 PM This revision is now accepted and ready to land.Jun 23 2017, 4:17 AM Closed by commit rL306554: [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI. (authored by gberry). · Explain WhyJun 28 2017, 8:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104434 llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
llvm/trunk/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/trunk/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.h
llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
llvm/trunk/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
llvm/trunk/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.h
llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/trunk/lib/Target/SystemZ/SystemZTargetTransformInfo.h
llvm/trunk/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
|