[PATCH] D71024: [DebugInfo] Handle call site values for instructions before call bundle

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 17:00:45 PST 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:621
+    // Skip bundle headers.
+    if (I->isBundle())
+      continue;
----------------
is there a higher-level iterator that does this skipping automatically?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71024





More information about the llvm-commits mailing list