[PATCH] D79868: [DebugInfo] Correct debuginfo for post-ra hoist and sink in Machine LICM
Chris Jackson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 08:38:10 PDT 2020
chrisjackson created this revision.
chrisjackson added reviewers: vsk, aprantl, Orlando, jmorse, LLVM, TWeaver, StephenTozer.
Herald added subscribers: llvm-commits, asbirlea, hiraditya, qcolombet, MatzeB.
Herald added a project: LLVM.
DebugInfo was incorrectly retained for sinks and post-register allocation hoists in the machine LICM pass. This diff is intended to address the problem.
https://reviews.llvm.org/D79868
Files:
llvm/lib/CodeGen/MachineLICM.cpp
llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir
llvm/test/DebugInfo/MIR/X86/mlicm-hoist-pre-regalloc.mir
llvm/test/DebugInfo/MIR/X86/mlicm-hoist.mir
llvm/test/DebugInfo/MIR/X86/mlicm-sink.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79868.263726.patch
Type: text/x-patch
Size: 19050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/68daca6c/attachment-0001.bin>
More information about the llvm-commits
mailing list