[PATCH] D144033: [AMDGPU][MC][GFX11] Add partial NSA format for image sample instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 04:30:39 PST 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:3687
+  if (IsNSA) {
+    if (isGFX11() && ExpectedAddrSize > 5) { // Partial NSA
+      int VAddrLastIdx =
----------------
Should try to avoid raw generation checks and have some feature for this 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144033/new/

https://reviews.llvm.org/D144033



More information about the llvm-commits mailing list