[Mlir-commits] [clang] [llvm] [mlir] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)
Paul Walker
llvmlistbot at llvm.org
Fri Oct 24 09:48:16 PDT 2025
================
@@ -2220,6 +2221,10 @@ For example:
accessing inaccessible memory itself). Inaccessible memory is often used
to model control dependencies of intrinsics.
- ``errnomem``: This refers to accesses to the ``errno`` variable.
+ - ``target_mem#`` : These refer to target specific state that cannot be
+ accessed by any other means. # is a number between 0 and 1 inclusive.
+
+
----------------
paulwalker-arm wrote:
Please delete these extra blank line.
https://github.com/llvm/llvm-project/pull/148650
More information about the Mlir-commits
mailing list