llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.92k stars 11.52k forks source link

[Polly][PassManager] polly-enable-mse not migrated #55985

Open EmmaJaneBonestell opened 2 years ago

EmmaJaneBonestell commented 2 years ago

Revision https://reviews.llvm.org/D125870 migrated maximal static expansion to the new pass manager; however, the polly-enable-mse flag was not changed from reporting a no-npm support error to something like "SPM.addPass(MaximalStaticExpansionPass());"

https://github.com/llvm/llvm-project/blob/62b3d8d10a04584c93875d9579f3d7fa273c3a2a/polly/lib/Support/RegisterPasses.cpp#L535-L537

llvmbot commented 2 years ago

@llvm/issue-subscribers-polly

Meinersbur commented 2 years ago

@YangKeao

YangKeao commented 2 years ago

Oops, my mistake. I'll take a look.