[PATCH] D135574: [MemCpyOpt] Fix up debug loc for simplified memset in processMemSetMemCpyDependence

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 04:42:16 PDT 2023


bjope added reviewers: jmorse, StephenTozer.
bjope added a comment.

Adding some debug info people as reviewers.

I originally added @fhahn as reviewer, to consider the alternative solution D135653 <https://reviews.llvm.org/D135653> involving changing the implementation to match with the old code comments instead. But since this has been stalled since October I thought that I could shape up this patch and promote this solution in favor of D135653 <https://reviews.llvm.org/D135653> (as it is a smaller change to only impact debug info and not codegen).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135574



More information about the llvm-commits mailing list