[PATCH] D133091: [msan] Fix debug info with getNextNode

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 22:24:33 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.

When we want to add instrumentation after
an instruction, instrumentation still should
keep debug info of the instruction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133091

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/msan_debug_info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133091.457176.patch
Type: text/x-patch
Size: 14504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/9be658b8/attachment-0001.bin>


More information about the llvm-commits mailing list