This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/NFC: Rename few things in SIMemoryLegalizer:
ClosedPublic

Authored by kzhuravl on Aug 17 2017, 9:57 PM.

Details

Summary
  • AtomicInfo -> MemOpInfo
  • getAtomicLoadInfo -> getLoadInfo
  • getAtomicStoreInfo -> getStoreInfo
  • expandAtomicLoad -> expandLoad
  • expandAtomicStore -> expandStore

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.Aug 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
t-tye accepted this revision.Aug 17 2017, 11:05 PM

LGTM

This revision is now accepted and ready to land.Aug 17 2017, 11:05 PM
This revision was automatically updated to reflect the committed changes.