[compiler-rt] [llvm] [msan] Add 32-bit platforms support (PR #109284)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 13:32:04 PST 2024


================
@@ -4487,6 +4488,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
       if (EagerCheck) {
         insertShadowCheck(A, &CB);
         Size = DL.getTypeAllocSize(A->getType());
+        if (ArgOffset + Size > kParamTLSSize)
----------------
vitalybuka wrote:

I guess this piece is gone.

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


More information about the llvm-commits mailing list