[PATCH] D73498: [NFC] Remove extra headers included in Loop Unroll and LoopUnrollAndJam files

Anh Tuyen Tran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 17:18:23 PST 2020


anhtuyen marked an inline comment as done.
anhtuyen added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp:15-17
+#include <cassert>
+#include <cstdint>
+#include <vector>
----------------
Meinersbur wrote:
> Did you run clang-format over it? It typically moves the std headers to the end. Might behave different if there are empty lines between blocks of #include
I did run clang-format over it, but since there was a line between blocks of #include, they were not moved to the end. Let me re-reformat it without the empty lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73498





More information about the llvm-commits mailing list