[PATCH] D81570: [DebugInfo] Don't print extended opcode operands if invalid
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 04:58:24 PDT 2020
ikudrin added a comment.
Would not it be more useful if we dump a sequence of raw bytes, as we do for DWARF expressions? See `DWARFExpression::print()` and test `llvm/test/tools/llvm-dwarfdump/X86/verify_broken_exprloc.s` as an example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81570/new/
https://reviews.llvm.org/D81570
More information about the llvm-commits
mailing list