Displaying 1 result from an estimated 1 matches for "d83610".
Did you mean:
d83613
2020 Jul 11
2
[RFC] Introducing classes for the codegen driven by new pass manager
...`MachinePassRegistry.def` which includes target-independent codegen IR/machine passes. Passes that not yet ported not NPM have a dummy no-op implementation (to help testing). Target would have their own pass registry file. For X86, it is `X86PassRegistry.def`.
* Goal-4 *
https://reviews.llvm.org/D83610 (TargetMachine API)
https://reviews.llvm.org/D83612 (llc)
`llc` option compatibility is very important for LIT tests migration. So `llc -enable-new-pm` accepts almost all options `llc` accept.
** Testing **
- Since the `llc` options are compatible, as passes are ported to NPM and various issues...