[llvm] [flang] [clang] [NFC][AMDGPU] Move address space enum to LLVM directory (PR #73944)

Dominik Adamski via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 05:07:31 PST 2023


================
@@ -31,6 +31,15 @@ class Triple;
 // back-end to TableGen to create these clean tables.
 namespace AMDGPU {
 
+/// Address space values for AMD GPUs
+enum AddrSpace {
+  Generic = 0,
----------------
DominikAdamski wrote:

Done. Moved to enum class.

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


More information about the cfe-commits mailing list