[PATCH] D54695: [PM] Port Scalarizer to the new pass manager.

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 05:47:47 PST 2018


fedor.sergeev added a comment.

Looks nearly ready to go.



================
Comment at: lib/Transforms/Scalar/Scalarizer.cpp:301
 
+  this->ParallelLoopAccessMDKind = ParallelLoopAccessMDKind;
+
----------------
Would be nice to move this into the constructor (and thus pass ParallelLoopAccessMDKind parameter to that constructor and not to transform).


https://reviews.llvm.org/D54695





More information about the llvm-commits mailing list