[PATCH] D111257: [fir] Add affine demotion pass
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 09:18:57 PDT 2021
mehdi_amini added a comment.
> Do you mean prefixing the class name? I have tried to look at the core MLIR and I don't see a pattern for names of dialects passes.
In general the class names aren't public, I meant the command line options: this is in a global registry and it could just fail at runtime if another library would use the same name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111257/new/
https://reviews.llvm.org/D111257
More information about the llvm-commits
mailing list