[PATCH] D28452: [PM] Move the LoopPassManager to the transforms library.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 20:32:49 PST 2017


sanjoy accepted this revision.
sanjoy added a comment.

Any reason to prefer `Transforms/Scalar` over `Transforms/Utils`?  I'd have expected the latter.

Also: don't forget to sort the `#include` s before checkin.


https://reviews.llvm.org/D28452





More information about the llvm-commits mailing list