[llvm] 5d60212 - [AMDGPU] Update docs for nontemporal store
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 01:44:12 PST 2021
Author: Jay Foad
Date: 2021-11-30T09:43:42Z
New Revision: 5d602120c3a3c175f606d6ce599cfb60239d904c
URL: https://github.com/llvm/llvm-project/commit/5d602120c3a3c175f606d6ce599cfb60239d904c
DIFF: https://github.com/llvm/llvm-project/commit/5d602120c3a3c175f606d6ce599cfb60239d904c.diff
LOG: [AMDGPU] Update docs for nontemporal store
Update the documented GFX10 code sequence for nontemporal stores after
D114351.
Differential Revision: https://reviews.llvm.org/D114707
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 0690c338adec0..0c9de0956aa8b 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -8677,7 +8677,7 @@ table :ref:`amdgpu-amdhsa-memory-model-code-sequences-gfx10-table`.
- !volatile & nontemporal
1. buffer/global/flat_store
- slc=1
+ glc=1 slc=1
- volatile
More information about the llvm-commits
mailing list