[PATCH] D45420: [NFC] [LoopUtil] Moved RecurrenceDescriptor/LoopDescriptor from Transform/Utils/LoopUtils.* to Analysis tree

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 05:40:28 PDT 2018


rengolin added reviewers: dcaballe, fhahn.
rengolin added a comment.

Adding Diego and Florian. We just had a good chat about this and maybe keeping the headers inside `Transform` for now would be better for the changes to come. We can move it later when it becomes clearer what the purpose is.

We can also split `LoopUtils` while still inside `Transform` and then move to `Analysis` later when it makes sense.


Repository:
  rL LLVM

https://reviews.llvm.org/D45420





More information about the llvm-commits mailing list