[llvm] [AA] Refine ModRefInfo taking into account `errnomem` location (PR #157495)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 14 13:58:47 PDT 2025
================
@@ -17,7 +17,7 @@ define void @test() {
ret void
}
-declare void @writeonly_void() memory(write)
+declare void @writeonly_void() memory(write, errnomem: none)
----------------
nikic wrote:
Why does this have to change?
https://github.com/llvm/llvm-project/pull/157495
More information about the llvm-commits
mailing list