search for: codegenpassbuild

Displaying 1 result from an estimated 1 matches for "codegenpassbuild".

Did you mean: codegenpassbuilder
2020 Jul 11
2
[RFC] Introducing classes for the codegen driven by new pass manager
...a bunch of member functions and variables to support debugging features (MIR print/verify, llc -start-before/-stop-before/-start-after/-stop-after, etc.) (3) a legacy immutable pass to declare hooks for targets to customized some target-independent codegen layer behavior. A new mixin called `class CodeGenPassBuilder` is introduced to replace `class TargetPassConfig`(1), the naming is intended to be similar to its IR counterpart: `class PassBuilder`. `class CodeGenPassBuilder` is CRTP mixin instead of polymorphic class because it brings less layering, flexibility for targets to customized, inlining opportunit...