[PATCH] D113194: [DebugInfo][NFC] Prevent some tests from running in instruction-referencing mode

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 05:02:44 PDT 2021


djtodoro added a comment.

@jmorse Thanks a lot for this work! It seems that we are about to see this enabled by default not only for X86 - that is cool!

Regarding this change, overall it looks good to me. I am not sure what is the exact/official strategy inside LLVM community, but (I guess) if the test coverage isn't significantly broken it can be addressed as a future work by converting all the (interesting) tests into new MIR (with the new DBG instructions).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113194



More information about the llvm-commits mailing list