[all-commits] [llvm/llvm-project] ad3a77: [msan] Fix debug info with getNextNode
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Sep 1 20:14:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad3a77df2d3cb5077c231c34694ea9d317d9e3bc
https://github.com/llvm/llvm-project/commit/ad3a77df2d3cb5077c231c34694ea9d317d9e3bc
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/msan_debug_info.ll
Log Message:
-----------
[msan] Fix debug info with getNextNode
When we want to add instrumentation after
an instruction, instrumentation still should
keep debug info of the instruction.
Reviewed By: kda, kstoimenov
Differential Revision: https://reviews.llvm.org/D133091
More information about the All-commits
mailing list