[PATCH] D45552: [NFC][LV][LoopUtil] Move LoopVectorizationLegality to Analysis tree
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 13 08:14:20 PDT 2018
hsaito added a comment.
No changes to the actual code. Some member functions are moved out of class definition to the .cpp file, since they actually don't belong to the header file in .h/.cpp configuration.
createMissedAnalysis() is renamed since it seems to have a need to move to llvm namespace (from static function).
https://reviews.llvm.org/D45552
More information about the llvm-commits
mailing list