[PATCH] D51702: [LoopInterchange] Turn into a loop pass.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 12:11:22 PDT 2018


fhahn added inline comments.


================
Comment at: lib/Transforms/Scalar/LoopInterchange.cpp:434
+struct LoopInterchange : public LoopPass {
+  LPPassManager *LPM;
   static char ID;
----------------
Not needed, I'll drop it.


https://reviews.llvm.org/D51702





More information about the llvm-commits mailing list