[PATCH] D114707: [AMDGPU] Update docs for nontemporal store

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 06:46:12 PST 2021


foad created this revision.
foad added reviewers: critson, t-tye.
Herald added subscribers: kerbowa, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Update the documented GFX10 code sequence for nontemporal stores after
D114351 <https://reviews.llvm.org/D114351>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114707

Files:
  llvm/docs/AMDGPUUsage.rst


Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -8677,7 +8677,7 @@
                                                          - !volatile & nontemporal
 
                                                             1. buffer/global/flat_store
-                                                               slc=1
+                                                               glc=1 slc=1
 
                                                          - volatile
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114707.390341.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/41483722/attachment.bin>


More information about the llvm-commits mailing list