[all-commits] [llvm/llvm-project] 1df8d7: [opt] Pin -stats-json & -opt-bisect-limit tests to...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Oct 28 23:00:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1df8d7b4f23da304061bf30b617132f8ba9ab80a
https://github.com/llvm/llvm-project/commit/1df8d7b4f23da304061bf30b617132f8ba9ab80a
Author: Fangrui Song <i at maskray.me>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M llvm/test/Other/opt-bisect-legacy-pass-manager.ll
M llvm/test/Other/statistic.ll
Log Message:
-----------
[opt] Pin -stats-json & -opt-bisect-limit tests to -enable-new-pm=0
-stats-json requires `TimeReagion PassTimer(getPassTimer(...))` in the legacy
PM. The loss of functionality is not critical because we have the similar -time-passes.
More information about the All-commits
mailing list