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

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 01:50:03 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.
----------------
Pierre-vh wrote:

It's already part of #76954, I just haven't figured out how to stack PR yet so all changes of #76954 are here too :/

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


More information about the llvm-commits mailing list