[PATCH] D122367: [AMDGPU] [NFC] Introduce subtargets check for MI hardware.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 10:49:08 PDT 2022


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/GCNSubtarget.h:997
+
+  // TODO: We may need to update this condition in future based on future MI
+  // hardware which could be a superset of GFX940.
----------------
It is a no action todo for now. You can just remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122367



More information about the llvm-commits mailing list