[PATCH] D129909: [GlobalISel][DebugInfo] salvageDebugInfo analogue for gMIR
Vladislav Dzhidzhoev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 18:03:33 PDT 2022
dzhidzhoev added a comment.
In D129909#3680392 <https://reviews.llvm.org/D129909#3680392>, @aprantl wrote:
> Nice! Is the primary implementation of salvageDebugInfoForDbgValue specific to GlobalISel, or should this be a general MIR utility that is accessible from all MIR passes?
salvageDebugInfoForDbgValue is not specific to GlobalISel in fact. It could be accessible for other passes, with support of other unary/binary instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129909/new/
https://reviews.llvm.org/D129909
More information about the llvm-commits
mailing list