[PATCH] D100371: [debug-info] SCCP should preserve the debug location for an one-to-one instruction replacement

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 03:55:32 PDT 2021


djtodoro added a comment.

In D100371#2685353 <https://reviews.llvm.org/D100371#2685353>, @yuanboli233 wrote:

> @Orlando, thanks for pointing out the debugify usage for me. I indeed use debugify to generate the test cases. I will update test case soon.
>
> @djtodoro, hope it is useful for the debug information updates! We are developing a static analysis tool based on the how-to-update-debug-info guide provided by the community. Some of the test cases are reduced from the test suite which can trigger the potential buggy code location. Some are generated using fuzzing and debugify.

Cool -- are you planning to share it with community or (it might be a downstream project)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100371



More information about the llvm-commits mailing list