[PATCH] D149580: [hwasan] support hwasan-match-all-tag flag for callback memory access instrumentation

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 10:52:45 PDT 2023


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:994
+           IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize),
+                          ConstantInt::get(IntptrTy, 8)),
+           ConstantInt::get(Int8Ty, *MatchAllTag)});
----------------
Int8ptrTy and one below


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149580



More information about the llvm-commits mailing list