[PATCH] D98644: [DebugInfo] Fix incorrect handling of variadic salvaging in Loop Strength Reduce

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 04:59:50 PDT 2021


StephenTozer added a comment.

In D98644#2670759 <https://reviews.llvm.org/D98644#2670759>, @markus wrote:

> Sorry for the delay, have been on parental leave. Will look at this later today or tomorrow.
>
> Test needed? Or does this fix breakage in an existing test (which one)?

A test has been added; as noted in the description however, this patch fixes an issue that only appears when D91722 <https://reviews.llvm.org/D91722> is added to main (it was added previously but has been reverted), so the test should currently pass even without this patch, but will fail once D91722 <https://reviews.llvm.org/D91722> is added.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98644



More information about the llvm-commits mailing list