[PATCH] D84446: [MSAN] Allow inserting array checks

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 12:38:55 PDT 2020


vitalybuka added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:1160
+
+    unsigned TypeSizeInBits =
+        DL.getTypeSizeInBits(ConvertedShadow->getType());
----------------
Please reformat


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84446





More information about the llvm-commits mailing list