[llvm] [RFC] IR: Define noalias.addrspace metadata (PR #102461)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 13:12:49 PDT 2024


================
@@ -8021,6 +8021,43 @@ it will contain a list of ids, including the ids of the callsites in the
 full inline sequence, in order from the leaf-most call's id to the outermost
 inlined call.
 
+
+'``noalias.addrspace``' Metadata
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The ``noalias.addrspace`` metadata is used to identify memory
+operations which cannot access a range of address spaces. It is
----------------
jurahul wrote:

Thanks. I am working on a rough sketch for this based on above. Will try to post an RFC once I get some feedback internally at NVIDIA.

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


More information about the llvm-commits mailing list