[all-commits] [llvm/llvm-project] 8967d0: [AMDGPU] Add SIMemoryLegalizer comments to clarify...
Carl Ritson via All-commits
all-commits at lists.llvm.org
Fri Nov 26 04:06:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8967d044fc265acb332ab3d0169024e96b44c6ac
https://github.com/llvm/llvm-project/commit/8967d044fc265acb332ab3d0169024e96b44c6ac
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-nontemporal.ll
M llvm/test/CodeGen/AMDGPU/memory-legalizer-global-nontemporal.ll
M llvm/test/CodeGen/AMDGPU/memory-legalizer-private-nontemporal.ll
Log Message:
-----------
[AMDGPU] Add SIMemoryLegalizer comments to clarify bit usage
Attempt to further document the intended cache policies requested
by different combinations of GLC, SLC and DLC bits.
GFX10 non-temporal stores are updated to set GLC.
Reviewed By: t-tye
Differential Revision: https://reviews.llvm.org/D114351
More information about the All-commits
mailing list