[llvm] [SPIR-V] Add SPV_INTEL_memory_access_aliasing extension (PR #129800)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 02:07:27 PST 2025


================
@@ -28,6 +28,8 @@
 #include <vector>
 
 namespace llvm {
+// map of aliasing decorations to aliasing metadata
----------------
VyacheslavLevytskyy wrote:

Yes, Global Registry contains such dictionaries at the moment, so both the map and two related methods belong to Global Registry 

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


More information about the llvm-commits mailing list