[llvm] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 09:23:12 PDT 2025
================
@@ -49,6 +49,16 @@ def IntrArgMemOnly : IntrinsicProperty;
// accessible by the module being compiled. This is a weaker form of IntrNoMem.
def IntrInaccessibleMemOnly : IntrinsicProperty;
+
+
+class IntrinsicMemoryLocation;
+// This should be added in the Target, but once in IntrinsicsAArch64.td
----------------
paulwalker-arm wrote:
Is this comment still applicable?
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list