[all-commits] [llvm/llvm-project] b00c8b: [PassTimingInfo] Handle nested timers in passes (#...
Wei Wang via All-commits
all-commits at lists.llvm.org
Fri Oct 27 08:59:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b00c8b9685b8fb4c04ddb04b08e41265b9a7dbee
https://github.com/llvm/llvm-project/commit/b00c8b9685b8fb4c04ddb04b08e41265b9a7dbee
Author: Wei Wang <32606824+apolloww at users.noreply.github.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M llvm/include/llvm/IR/PassTimingInfo.h
M llvm/lib/IR/PassTimingInfo.cpp
M llvm/test/Other/time-passes.ll
Log Message:
-----------
[PassTimingInfo] Handle nested timers in passes (#70165)
Some pass can call other passes, such as CoroCleanupPass. Make pass
timers work with nested passes.
More information about the All-commits
mailing list