[PATCH] D133077: [msan] Use no-origin functions when possible

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 18:06:37 PDT 2022


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

Saves 2% of .text size


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133077

Files:
  compiler-rt/lib/msan/msan.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/atomics.ll
  llvm/test/Instrumentation/MemorySanitizer/avx-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/avx2-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll
  llvm/test/Instrumentation/MemorySanitizer/csr.ll
  llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
  llvm/test/Instrumentation/MemorySanitizer/return_from_main.ll
  llvm/test/Instrumentation/MemorySanitizer/sse-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/sse2-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/sse41-intrinsics-x86.ll
  llvm/test/Instrumentation/MemorySanitizer/vector_cvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133077.457141.patch
Type: text/x-patch
Size: 94157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/02cec67d/attachment.bin>


More information about the llvm-commits mailing list