[Mlir-commits] [llvm] [mlir] [IR][ModRef] Introduce `errno` memory	location (PR #120783)
    Nikita Popov 
    llvmlistbot at llvm.org
       
    Tue Feb 11 03:37:21 PST 2025
    
    
  
================
@@ -2085,6 +2087,7 @@ For example:
       allocator function may return newly accessible memory while only
       accessing inaccessible memory itself). Inaccessible memory is often used
       to model control dependencies of intrinsics.
+    - ``errnomem``: This refers to accesses to errno variable.
----------------
nikic wrote:
```suggestion
    - ``errnomem``: This refers to accesses to the ``errno`` variable.
```
https://github.com/llvm/llvm-project/pull/120783
    
    
More information about the Mlir-commits
mailing list