[PATCH] D88593: [DebugInfo] Add tests for ISel handling of variadic debug values

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 09:52:38 PDT 2020


StephenTozer added a comment.

In D88593#2312053 <https://reviews.llvm.org/D88593#2312053>, @aprantl wrote:

> Are you going to do GlobalISel, too?

Eventually! I'm going to be mostly sidelined by other work for a while, but there are still some gaps in the ISel implementation that I'd like to fix up when I get the chance (of course it could also be implemented by others, but it's not //currently// being done), which includes GlobalISel, enabling salvaging at ISel, and handling dangling variadic debug values.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88593/new/

https://reviews.llvm.org/D88593



More information about the llvm-commits mailing list