================ @@ -1589,6 +1589,10 @@ void HWAddressSanitizer::sanitizeFunction(Function &F, assert(!ShadowBase); + F.removeFnAttr(llvm::Attribute::Memory); ---------------- eugenis wrote: done https://github.com/llvm/llvm-project/pull/92974