[llvm] 942c994 - [Loop] Add isRotated method to Loop class.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 12:52:59 PST 2019


On 12/11/19 12:45 PM, Michael Kruse wrote:
> Am Mi., 11. Dez. 2019 um 11:11 Uhr schrieb Philip Reames via
> llvm-commits <llvm-commits at lists.llvm.org>:
>> Can you add a more detailed method comment as to what rotated means in
>> this context?  In particular, it doesn't imply the loop has been
>> rotated, it checks the form of the loop structure.
> By "has been rotated", do you mean that LoopRotate transformed the
> loop, excluding that cases where LoopRotate did not do anything or did
> not run?
> Would calling the method "isRotatedForm()" disambiguate this?
Yes, and yes.
>
> Michael


More information about the llvm-commits mailing list