[PATCH] D36926: [Polly][WIP] Clear DependenceInfo after expansion
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 9 09:29:54 PDT 2017
philip.pfaffe added a comment.
`opt` uses the legacy PM by default. To code-gen using the new PM, you have to run the passes explicitly. I'd be happy to review a patch for a `-polly-experimental-new-passmanager` commandline option that switches opt over, though :)
To answer your question, two options:
- Port your patch over to the legacy PM
- Run the codegen pipeline manually through opt (and file as many bugs as you hit, as this is not super-well tested, yet)
https://reviews.llvm.org/D36926
More information about the llvm-commits
mailing list