[PATCH] D118440: New regression test against expandMemCpyAsLoop utility

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 03:42:58 PDT 2022


ebrevnov added a comment.

In D118440#3428670 <https://reviews.llvm.org/D118440#3428670>, @RKSimon wrote:

> @ebrevnov I've reverted this as it was breaking a large number of buildbots due to link errors, maybe you've added a new lib dependency? https://lab.llvm.org/buildbot/#/builders/139/builds/19686

Yep, there is a new dependency which I didn't catch because I use dynamic linking locally. Fixed that quickly but your revert reached first :-)

> Please can you get this reviewed before you try again.

Read your message too late. Re-landed already. The reason why I landed without formal approval in the first place is because this is new regression test for the  change in D118441 <https://reviews.llvm.org/D118441> which was approved.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118440



More information about the llvm-commits mailing list