[all-commits] [llvm/llvm-project] 1af8c9: [deadargelim] Attach dbg info to the insert/extrac...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Mon Jul 13 23:52:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1af8c93bab4b5ccf64fa64406f5e5712c1d54998
https://github.com/llvm/llvm-project/commit/1af8c93bab4b5ccf64fa64406f5e5712c1d54998
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
A llvm/test/DebugInfo/X86/dbgloc-insert-extract-val-instrs.ll
Log Message:
-----------
[deadargelim] Attach dbg info to the insert/extractvalue instructions
Attach DbgLoc on insertvalue/extractvalue instructions created by
DeadArgumentElimination.
This fixes the PR46350.
Differential Revision: https://reviews.llvm.org/D81939
More information about the All-commits
mailing list