llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-backend-amdgpu Author: Fabian Ritter (ritter-x2a) <details> <summary>Changes</summary> 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 --- Full diff: https://github.com/llvm/llvm-project/pull/126906.diff 1 Files Affected: - (modified) llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst (+2-2) ``````````diff 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 ======== `````````` </details> https://github.com/llvm/llvm-project/pull/126906 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits