search for: d83613

Displaying 2 results from an estimated 2 matches for "d83613".

Did you mean: d53613
2020 Jul 22
6
New pass manager for optimization pipeline status and questions
Hi all, I wanted to give a quick update on the status of NPM for the IR optimization pipeline and ask some questions. In the past I believe there were thoughts that NPM was basically ready because all of check-llvm and check-clang passed when -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=ON was specified. But that CMake flag did not apply to opt and any tests running something like `opt -foo-pass
2020 Jul 11
2
[RFC] Introducing classes for the codegen driven by new pass manager
...o no proxy defined for machine analysis manager with any other types of analysis managers. The machine analysis manager does provide API to register and query IR analysis because machine passes need IR analysis result in general. * Goal-3 * https://reviews.llvm.org/D83608 https://reviews.llvm.org/D83613 (X86 part) The codegen pipeline is different from optimizer pipeline in that it is customizable by a target in the granularity of (1) portions of a pipeline, (2) insert/replace/disable individual pass. Currently, the main class for this job is `class TargetPassConfig`. `class TargetPassConfig` c...