[PATCH] D78460: [LAA] Move runtime-check generation to Transforms/Utils/loopUtils (NFC)

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 9 16:29:26 PDT 2020


Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.

This looks good to me, thanks!
Noting a minor nit.
Follow-ups could be noted in TODO's.



================
Comment at: llvm/lib/Transforms/Utils/LoopUtils.cpp:1628
+  return nullptr;
+};
+
----------------
Is this the indentation of this lambda right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78460





More information about the llvm-commits mailing list