[llvm] [AddressSanitizer] Remove memory effects from functions (PR #130495)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 03:17:51 PDT 2025


================
@@ -612,6 +612,46 @@ void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize,
   *OrShadowOffset = Mapping.OrShadowOffset;
 }
 
+void removeFnAttributes(Function &F) {
+  // Remove memory attributes that are invalid with ASan.
----------------
fhahn wrote:

```suggestion
  // Remove memory attributes that are invalid with ASan and HWSan.
```

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


More information about the llvm-commits mailing list