[all-commits] [llvm/llvm-project] 61368c: Rename LoopInfo::isRotated() to LoopInfo::isRotate...
Kit Barton via All-commits
all-commits at lists.llvm.org
Thu Dec 12 11:23:14 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61368c8e98c567fa76d45e8f928306db9d00dde2
https://github.com/llvm/llvm-project/commit/61368c8e98c567fa76d45e8f928306db9d00dde2
Author: Kit Barton <kbarton at ca.ibm.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M llvm/include/llvm/Analysis/LoopInfo.h
M llvm/lib/Analysis/LoopInfo.cpp
M llvm/unittests/Analysis/LoopInfoTest.cpp
Log Message:
-----------
Rename LoopInfo::isRotated() to LoopInfo::isRotatedForm().
This patch renames the LoopInfo::isRotated() method to LoopInfo::isRotatedForm()
to make it clear that the method checks whether the loop is in rotated form, not
whether the loop has been rotated by the LoopRotation pass.
More information about the All-commits
mailing list