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

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 10:02:26 PST 2024


================
@@ -6043,8 +6178,9 @@ struct VarArgGenericHelper : public VarArgHelperBase {
   void finalizeInstrumentation() override {
     assert(!VAArgSize && !VAArgTLSCopy &&
            "finalizeInstrumentation called twice");
+
     IRBuilder<> IRB(MSV.FnPrologueEnd);
-    VAArgSize = IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS);
----------------
k-kashapov wrote:

This comment is also unclear, could you specify your question please?

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


More information about the llvm-commits mailing list