[PATCH] D28452: [PM] Move the LoopPassManager to the transforms library.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 7 20:49:23 PST 2017
mehdi_amini added a comment.
In https://reviews.llvm.org/D28452#639167, @sanjoy wrote:
> Any reason to prefer `Transforms/Scalar` over `Transforms/Utils`? I'd have expected the latter.
I believe it'll needs to call into LCSAA/LoopSimplify, are these in `Utils`?
https://reviews.llvm.org/D28452
More information about the llvm-commits
mailing list