[flang] [clang] [llvm] [lld] [AMDGPU] Introduce GFX9/10.1/10.3/11 Generic Targets (PR #76955)

Konstantin Zhuravlyov via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 07:03:05 PST 2024


================
@@ -840,6 +845,12 @@ enum : unsigned {
   EF_AMDGPU_FEATURE_SRAMECC_OFF_V4 = 0x800,
   // SRAMECC is on.
   EF_AMDGPU_FEATURE_SRAMECC_ON_V4 = 0xc00,
+
+  // Generic target versioning. This is contained in the list byte of EFLAGS.
----------------
kzhuravl wrote:

Should the versioning be done as part of this PR? Or https://github.com/llvm/llvm-project/pull/76954?

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


More information about the cfe-commits mailing list