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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 12:45:40 PST 2019


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?

Michael


More information about the llvm-commits mailing list