- AtomicInfo -> MemOpInfo
- getAtomicLoadInfo -> getLoadInfo
- getAtomicStoreInfo -> getStoreInfo
- expandAtomicLoad -> expandLoad
- expandAtomicStore -> expandStore
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36861
AMDGPU/NFC: Rename few things in SIMemoryLegalizer: ClosedPublic Authored by kzhuravl on Aug 17 2017, 9:57 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 3 others. · View Herald TranscriptAug 17 2017, 9:57 PM kzhuravl retitled this revision from AMDGPU: Rename few things in SIMemoryLegalizer: to AMDGPU/NFC: Rename few things in SIMemoryLegalizer:.Aug 17 2017, 9:58 PM kzhuravl added a child revision: D36862: AMDGPU: Handle non-temporal loads and stores.Aug 17 2017, 10:00 PM This revision is now accepted and ready to land.Aug 17 2017, 11:05 PM Closed by commit rL311179: AMDGPU/NFC: Rename few things in SIMemoryLegalizer: (authored by kzhuravl). · Explain WhyAug 18 2017, 10:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111699 llvm/trunk/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
|