[PATCH] D100845: [Debugify][Original DI] Test preservation of original debug var intrinsics in optimizations
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 03:09:28 PDT 2021
StephenTozer accepted this revision.
StephenTozer added a comment.
This revision is now accepted and ready to land.
LGTM - since this adds new output to debugify I would prefer if there was a review from someone with more authority regarding that sort of thing, but I think this should be harmless: this should only affect original DI preservation checks, since debugify does not add variables and should not be used on modules with existing variables, and I don't believe we depend on debugify's original DI preservation in any tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100845/new/
https://reviews.llvm.org/D100845
More information about the llvm-commits
mailing list