[all-commits] [llvm/llvm-project] 3db1cf: [LoopFusion] Use the LoopInfo::isRotatedForm metho...
Kit Barton via All-commits
all-commits at lists.llvm.org
Wed Dec 18 12:05:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3db1cf7a1e6731a02b475bdda05ea2d38f3e5ea8
https://github.com/llvm/llvm-project/commit/3db1cf7a1e6731a02b475bdda05ea2d38f3e5ea8
Author: Kit Barton <kbarton at ca.ibm.com>
Date: 2019-12-18 (Wed, 18 Dec 2019)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
Log Message:
-----------
[LoopFusion] Use the LoopInfo::isRotatedForm method (NFC).
Loop fusion previously had a method to check whether a loop was in rotated form. This method has
been moved into the LoopInfo class. This patch removes the old isRotated method from loop fusion,
in favour of the new one in LoopInfo.
More information about the All-commits
mailing list