================
@@ -47,6 +46,14 @@ enum : unsigned {
   BUFFER_STRIDED_POINTER = 9, ///< Address space for 192-bit fat buffer
                               ///< pointers with an additional index.
 
+  RESERVED_0 = 10,
+  RESERVED_1 = 11,
+  RESERVED_2 = 12,
+  RESERVED_3 = 13,
+  RESERVED_4 = 14,
+
+  BARRIER = 15, ///< Address space for modeling barrier IDs as addresses.
----------------
jayfoad wrote:

I don't think it matters too much. Personally I would use low numbers for all 
address spaces. I think even using the high number 128 for STREAMOUT_REGISTER 
was unnecessary, it could have just used the next available low number.

https://github.com/llvm/llvm-project/pull/195613
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to