Replace "cache+" with "ext-tsp" in all BOLT tests
Test Plan:
ninja check-bolt grep -rnw . -e "cache+"
no more tests containing "cache+"
"cache+" and "ext-tsp" are aliases
Paths
| Differential D126714
[BOLT][TEST] Replace cache+ option with ext-tsp ClosedPublic Authored by nhuhuan on May 31 2022, 12:00 PM.
Details Summary Replace "cache+" with "ext-tsp" in all BOLT tests Test Plan: ninja check-bolt grep -rnw . -e "cache+" no more tests containing "cache+"
Diff Detail
Event TimelineComment Actions @spupyrev: we're getting rid of cache+ option in tests and documentation. This revision is now accepted and ready to land.May 31 2022, 4:27 PM Closed by commit rG38fb7d56e543: [BOLT][TEST] Replace cache+ option with ext-tsp (authored by nhuhuan, committed by Amir). · Explain WhyJun 1 2022, 2:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433160 bolt/README.md
bolt/docs/OptimizingClang.md
bolt/test/X86/bug-reorder-bb-jrcxz.s
bolt/test/X86/loop-inversion-pass.s
bolt/test/X86/tail-duplication-pass.s
bolt/test/runtime/X86/exceptions-instrumentation.test
bolt/test/runtime/X86/fix-branches-jrcxz.s
bolt/test/runtime/X86/instrumentation-dup-jts.s
bolt/test/runtime/X86/instrumentation-ind-calls.s
bolt/test/runtime/X86/instrumentation-indirect.c
bolt/test/runtime/X86/instrumentation-pie.c
bolt/test/runtime/X86/instrumentation-shlib.c
bolt/test/runtime/X86/tail-duplication-constant-prop.s
bolt/test/runtime/meta-merge-fdata.test
|