[llvm] [AMDGPU][MC] Support UC_VERSION_* constants. (PR #95618)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 23:28:30 PDT 2024


================
@@ -669,5 +669,18 @@ const char* const IdSymbolic[] = {
 
 } // namespace VGPRIndexMode
 
+namespace UCVersion {
+
+ArrayRef<GFXVersion> getGFXVersions() {
+  static const GFXVersion Versions[] = {{"UC_VERSION_GFX7", 0},
----------------
arsenm wrote:

Why is this missing 6, 8, and 9?

https://github.com/llvm/llvm-project/pull/95618


More information about the llvm-commits mailing list