[clang] [llvm] [mlir] [IR][ModRef] Introduce `errno` memory location (PR #120783)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 14:22:03 PST 2025


================
@@ -82,7 +82,7 @@ define void @test_store(ptr %p) {
 
 @G = external global ptr
 define i8 @test_store_capture(ptr %p) {
-; FNATTRS: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(readwrite, argmem: read, inaccessiblemem: none)
+; FNATTRS: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(readwrite, argmem: read, inaccessiblemem: none, errnomem: none)
----------------
efriedma-quic wrote:

I'd prefer to get this right from the start, to avoid any future confusion.

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


More information about the llvm-commits mailing list