[PATCH] D126714: [BOLT][TEST] Replace cache+ option with ext-tsp

Huan Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 12:00:33 PDT 2022


nhuhuan created this revision.
Herald added a reviewer: rafauler.
Herald added a subscriber: ayermolo.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
Herald added a project: All.
nhuhuan requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126714

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126714.433160.patch
Type: text/x-patch
Size: 9019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/64cc7d61/attachment.bin>


More information about the llvm-commits mailing list