[PATCH] D23328: AMDGPU: Update AMDGPURuntimeMetadata.h for enums of address space qualifiers

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 12:33:13 PDT 2016


arsenm added inline comments.

================
Comment at: lib/Target/AMDGPU/AMDGPURuntimeMetadata.h:136-141
@@ -135,1 +135,8 @@
+
+    enum AddressSpaceQualifer : uint8_t {
+      Private    = 0,
+      Global     = 1,
+      Constant   = 2,
+      Local      = 3,
+    };
   } // namespace KernelArg
----------------
Should probably have the values for flat and region


https://reviews.llvm.org/D23328





More information about the llvm-commits mailing list