[clang] -ftime-report: move codegen timers into FrontendTimerGroup (PR #122225)

2025-01-08 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay edited https://github.com/llvm/llvm-project/pull/15 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] -ftime-report: move codegen timers into FrontendTimerGroup (PR #122225)

2025-01-08 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay edited https://github.com/llvm/llvm-project/pull/15 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] -ftime-report: move codegen timers into FrontendTimerGroup (PR #122225)

2025-01-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-codegen Author: Fangrui Song (MaskRay) Changes Currently, the default group "Miscellaneous Ungrouped Timers" contains "Code Generation Time" and "LLVM IR Generation Time". There is also a "Clang front-end time report". Th

[clang] -ftime-report: move codegen timers into FrontendTimerGroup (PR #122225)

2025-01-08 Thread Fangrui Song via cfe-commits
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/15 Currently, the default group "Miscellaneous Ungrouped Timers" contains "Code Generation Time" and "LLVM IR Generation Time". There is also a "Clang front-end time report". This patch moves the two codegen timers