This is an archive of the discontinued LLVM Phabricator instance.

[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+"
"cache+" and "ext-tsp" are aliases

Diff Detail

Event Timeline

nhuhuan created this revision.May 31 2022, 12:00 PM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
nhuhuan requested review of this revision.May 31 2022, 12:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2022, 12:00 PM

@spupyrev: we're getting rid of cache+ option in tests and documentation.
The plan is to gradually deprecate the option: emit a warning when cache+ is passed, but not to remove the option from BOLT for now. The warning will be added in a follow-up diff. Hope it makes sense to you.

CC @maksfb @rafaelauler

rafauler accepted this revision.May 31 2022, 4:27 PM

Okay, looks good to me

This revision is now accepted and ready to land.May 31 2022, 4:27 PM
Amir added a comment.Jun 1 2022, 1:58 PM

The follow-up with a warning: D126722

This revision was automatically updated to reflect the committed changes.