[PATCH] D133929: [DebugInfo] Produce variadic DBG_INSTR_REFs from ISel

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 11:22:44 PDT 2022


jmorse added a comment.

The "arg zero" form of DIExpression is going to be a very common case -- is it uniqued, and would it be worth storing a copy somewhere and just using that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133929



More information about the llvm-commits mailing list