[PATCH] D61035: Fix unused variable warning in LoopFusion pass

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 14:37:39 PDT 2019


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

LGTM



================
Comment at: llvm/lib/Transforms/Scalar/LoopFuse.cpp:326
 
+
 /// Collect all loops in function at the same nest level, starting at the
----------------
[nit] Added double empty line (would be cleaned up by clang-format)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61035





More information about the llvm-commits mailing list