[PATCH] D92092: [AMDGPU] Introduce and use isGFX10Plus. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 02:22:07 PST 2020


foad marked an inline comment as done.
foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:4880
   case AMDGPU::XNACK_MASK_HI:
-    return !isCI() && !isSI() && !isGFX10() && hasXNACK();
+    return !isCI() && !isSI() && !isGFX10Plus() && hasXNACK();
   case AMDGPU::SGPR_NULL:
----------------
Joe_Nash wrote:
> is equivalent and maybe easier to understand. 
839c9635edce4f6ed348b154a4e755ff8263d366


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92092



More information about the llvm-commits mailing list