[PATCH] D133071: [msan] Combine shadow check of the same instruction

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 17:01:34 PDT 2022


vitalybuka created this revision.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
vitalybuka requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Reduces .text size by 1%

Depends On: D133065 <https://reviews.llvm.org/D133065>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133071

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/avx2-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/csr.ll
  llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
  llvm/test/Instrumentation/MemorySanitizer/sse-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/sse41-intrinsics-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133071.457132.patch
Type: text/x-patch
Size: 153058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/ad21d76c/attachment.bin>


More information about the llvm-commits mailing list