[all-commits] [llvm/llvm-project] 864a53: Reapply "Use global TimerGroups for both new pass ...
Alan Zhao via All-commits
all-commits at lists.llvm.org
Thu Mar 13 16:21:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 864a53b4a414d2da9b90712af196d5e4733b0eee
https://github.com/llvm/llvm-project/commit/864a53b4a414d2da9b90712af196d5e4733b0eee
Author: Alan Zhao <ayzhao at google.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M clang/test/Misc/time-passes.c
M llvm/include/llvm/IR/PassTimingInfo.h
M llvm/include/llvm/Support/Timer.h
M llvm/lib/IR/PassTimingInfo.cpp
M llvm/lib/Support/Timer.cpp
M llvm/unittests/IR/TimePassesTest.cpp
Log Message:
-----------
Reapply "Use global TimerGroups for both new pass manager and old pass manager timers" (#131173) (#131217)
This reverts commit 31ebe6647b7f1fc7f6778a5438175b12f82357ae.
The reason for the test failure is likely due to
`Name2PairMap::getTimerGroup(...)` not holding a lock.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list