[all-commits] [llvm/llvm-project] 38fb7d: [BOLT][TEST] Replace cache+ option with ext-tsp

Huan Nguyen via All-commits all-commits at lists.llvm.org
Wed Jun 1 14:00:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38fb7d56e543f3cd137a79d6e6331b697ef9f92c
      https://github.com/llvm/llvm-project/commit/38fb7d56e543f3cd137a79d6e6331b697ef9f92c
  Author: Huan Nguyen <nhuhuan at yahoo.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M bolt/README.md
    M bolt/docs/OptimizingClang.md
    M bolt/test/X86/bug-reorder-bb-jrcxz.s
    M bolt/test/X86/loop-inversion-pass.s
    M bolt/test/X86/tail-duplication-pass.s
    M bolt/test/runtime/X86/exceptions-instrumentation.test
    M bolt/test/runtime/X86/fix-branches-jrcxz.s
    M bolt/test/runtime/X86/instrumentation-dup-jts.s
    M bolt/test/runtime/X86/instrumentation-ind-calls.s
    M bolt/test/runtime/X86/instrumentation-indirect.c
    M bolt/test/runtime/X86/instrumentation-pie.c
    M bolt/test/runtime/X86/instrumentation-shlib.c
    M bolt/test/runtime/X86/tail-duplication-constant-prop.s
    M bolt/test/runtime/meta-merge-fdata.test

  Log Message:
  -----------
  [BOLT][TEST] Replace cache+ option with ext-tsp

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

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D126714




More information about the All-commits mailing list