[PATCH] D102500: [DebugInfo] Produce undef DBG_VALUE instructions for variadic dbg.values when using FastISel or GlobalIsel

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 07:57:51 PDT 2021


djtodoro added a comment.

Do we expect cases where this feature is useful when doing -O0? I guess no, right? So the `FastISel` is OK, since it is being used at -O0 case only.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102500



More information about the llvm-commits mailing list