[PATCH] D49281: [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 15:46:43 PDT 2018


Meinersbur added inline comments.


================
Comment at: lib/Transforms/Utils/LoopUnrollRuntime.cpp:912
 
+  auto UnrollResult = LoopUnrollResult ::Unmodified;
   if (remainderLoop && UnrollRemainder) {
----------------
Meinersbur wrote:
> hiraditya wrote:
> > nit: space
> This is done by `clang-format`. It try not to fight its decisions and hope for future improvement.
I will try to remove the space in patch updates, but may sneak in again when I re-run clang-format and forget about it before submission.


Repository:
  rL LLVM

https://reviews.llvm.org/D49281





More information about the llvm-commits mailing list