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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 01:44:27 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5d602120c3a3: [AMDGPU] Update docs for nontemporal store (authored by foad).

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


More information about the llvm-commits mailing list