[LoopFusion] Use the LoopInfo::isRotatedForm method (NFC).
authorKit Barton <kbarton@ca.ibm.com>
Mon, 16 Dec 2019 21:37:30 +0000 (16:37 -0500)
committerKit Barton <kbarton@ca.ibm.com>
Wed, 18 Dec 2019 20:04:25 +0000 (15:04 -0500)
commit3db1cf7a1e6731a02b475bdda05ea2d38f3e5ea8
treea26d9f525448461b0fd2155816b224a62bf5b8e0
parent3d29c41ad59e2e783da43a8b30a3f4f2d0c78a72
[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.
llvm/lib/Transforms/Scalar/LoopFuse.cpp