From 5d602120c3a3c175f606d6ce599cfb60239d904c Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 29 Nov 2021 14:44:44 +0000 Subject: [PATCH] [AMDGPU] Update docs for nontemporal store Update the documented GFX10 code sequence for nontemporal stores after D114351. Differential Revision: https://reviews.llvm.org/D114707 --- llvm/docs/AMDGPUUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 0690c338..0c9de09 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 -- 2.7.4