Issue 165986
Summary [DFAJumpThreading] Investigate the appropriate position in pipeline
Labels missed-optimization
Assignees
Reporter XChy
    Currently, we place DFAJumpThreading in `PassBuilder::buildFunctionSimplificationPipeline`. But that may not be the best position to place this optimization. We may perform it as part of the optimization rather than the simplification pipeline, or we may perform it somewhere else in the pipeline. Anyway, we need to investigate its right place with evidence of runtime statistics and compile time statistics
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to