Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | ||
---|---|---|
572–575 ↗ | (On Diff #148544) | Why not implement separately for GCNTargetMachine and R600TargetMachine? |
Paths
| Differential D47359
AMDGPU: Split AMDGPUTTI into GCNTTI and R600TTI ClosedPublic Authored by tstellar on May 24 2018, 10:37 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 3 others. · View Herald TranscriptMay 24 2018, 10:37 PM
This revision is now accepted and ready to land.May 25 2018, 10:23 PM Closed by commit rL333605: AMDGPU: Split AMDGPUTTI into GCNTTI and R600TTI (authored by tstellar). · Explain WhyMay 30 2018, 3:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149214 llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
|