[llvm] [AA] A conservative fix for atomic store instruction. (PR #155032)

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 4 09:30:25 PDT 2025


================
@@ -425,4 +427,79 @@ TEST_F(AAPassInfraTest, injectExternalAA) {
   EXPECT_TRUE(IsCustomAAQueried);
 }
 
-} // end anonymous namspace
+// Test that a monotonic atomic load is treated as ModRef ONLY against a
----------------
david-xl wrote:

Can you add a LIT test instead?

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


More information about the llvm-commits mailing list