[PATCH] D44595: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 10:17:42 PDT 2018
lebedev.ri added inline comments.
================
Comment at: include/llvm/Transforms/Utils/LoopRotationUtils.h:1
+//===-------------------- LoopRotationUtils.h --------------------------*- C++
+//-*-===//
----------------
Please fix the first line
================
Comment at: lib/Transforms/Utils/LoopRotationUtils.cpp:20
+//
+// We provide a utility interface for the loop rotation so that the loop
+// rotation can be called on demand. The changeset is as follows:
----------------
This should probably be in the differential's description, not as comment in the source code.
https://reviews.llvm.org/D44595
More information about the llvm-commits
mailing list