[PATCH] D102909: [NPM] Ability to add a pass before a previously registered one
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 08:04:17 PDT 2021
pratlucas abandoned this revision.
pratlucas added a comment.
The limitation with the `registerOptimizerLastEPCallback` ordering is that, when they come from different plugins - i.e. different shared libraries -, it is currently based solely on the order of command line options and can't be defined in the code.
I've managed to untangle the dependency on my concrete scenario, so I'm abandoning this change whilst I think of an alternative for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102909/new/
https://reviews.llvm.org/D102909
More information about the llvm-commits
mailing list