[llvm] [AA] Improve precision for monotonic atomic load/store operations (PR #158169)

Jin Huang via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 15 09:16:04 PDT 2025


================
@@ -458,7 +467,7 @@ ModRefInfo AAResults::getModRefInfo(const StoreInst *S,
   }
 
   // Otherwise, a store just writes.
----------------
jinhuang1102 wrote:

Do you think we need to add the similar if condition here? 

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


More information about the llvm-commits mailing list