[PATCH] D152535: [DWARF] Add printout for op-index

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 07:02:10 PDT 2023


dstenb added a comment.

As values in this column will always be 0 for non-VLIW targets, it might perhaps add a bit of clutter. If you prefer, I can instead upload a patch that makes the emission of the column conditional (for line number programs with `maximum_operations_per_instruction > 1`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152535



More information about the llvm-commits mailing list