[PATCH] D149619: [NFC][HWASAN] Create shadow value just after alloca

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 08:18:24 PDT 2023


fmayer added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1308
+    Value *ShadowPtr = memToShadow(AINoTagLong, IRB);
+    Value *Replacement = tagPointer(IRB, AI->getType(), AILong, Tag);
     std::string Name =
----------------
can you explain why this changed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149619/new/

https://reviews.llvm.org/D149619



More information about the llvm-commits mailing list