[llvm] a5bfe20 - [AMDGPU] Comment MIMGEncGfx12

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 07:40:47 PDT 2024


Author: Jay Foad
Date: 2024-07-08T15:40:27+01:00
New Revision: a5bfe20f6fd8957f870f8ffcf836d7737864e063

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

LOG: [AMDGPU] Comment MIMGEncGfx12

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/MIMGInstructions.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/MIMGInstructions.td b/llvm/lib/Target/AMDGPU/MIMGInstructions.td
index e1468bf850cd79..15fd36ebd10a40 100644
--- a/llvm/lib/Target/AMDGPU/MIMGInstructions.td
+++ b/llvm/lib/Target/AMDGPU/MIMGInstructions.td
@@ -15,7 +15,8 @@
 // - MIMGEncGfx10Default: gfx10 default (non-NSA) encoding
 // - MIMGEncGfx10NSA: gfx10 NSA encoding
 // - MIMGEncGfx11Default: gfx11 default (non-NSA) encoding
-// - MIMGEncGfx11NSA: gfx11 NSA encoding
+// - MIMGEncGfx11NSA: gfx11 partial NSA encoding
+// - MIMGEncGfx12: gfx12 encoding (partial NSA)
 class MIMGEncoding;
 
 def MIMGEncGfx6 : MIMGEncoding;


        


More information about the llvm-commits mailing list