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

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


foad updated this revision to Diff 390348.
foad added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114707/new/

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.390348.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/005b5e9b/attachment.bin>


More information about the llvm-commits mailing list