[llvm] c442b39 - [AMDGPU][docs][NFC] Replace gfx940 with gfx942 in the gfx940 ISA doc (#126906)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 01:37:51 PST 2025


Author: Fabian Ritter
Date: 2025-02-19T10:37:48+01:00
New Revision: c442b39770baa397a98ecfb79719cc09081e4a81

URL: https://github.com/llvm/llvm-project/commit/c442b39770baa397a98ecfb79719cc09081e4a81
DIFF: https://github.com/llvm/llvm-project/commit/c442b39770baa397a98ecfb79719cc09081e4a81.diff

LOG: [AMDGPU][docs][NFC] Replace gfx940 with gfx942 in the gfx940 ISA doc (#126906)

gfx940 and gfx941 are no longer supported. This is the last one of a
series of PRs to remove them from the code base.

The ISA documentation still contains a lot of links and file names with
the "gfx940" identifier. Changing them to "gfx942" is probably not worth
the cost of breaking all URLs to these pages that users might have saved
in the past.

For SWDEV-512631

Added: 
    

Modified: 
    llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst b/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
index 90797499dec22..7603bcc95383b 100644
--- a/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
+++ b/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst
@@ -6,7 +6,7 @@
     **************************************************
 
 ====================================================================================
-Syntax of gfx940 Instructions
+Syntax of gfx942 Instructions
 ====================================================================================
 
 .. contents::
@@ -15,7 +15,7 @@ Syntax of gfx940 Instructions
 Introduction
 ============
 
-This document describes the syntax of gfx940 instructions.
+This document describes the syntax of gfx942 instructions.
 
 Notation
 ========


        


More information about the llvm-commits mailing list