This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AArch64] precommit sched model for tsv110
ClosedPublic

Authored by Allen on Aug 17 2022, 11:46 PM.

Details

Summary

Part of the schedule model is not accurate, so need a initial test record the changes.
This assemble list is refer to the basic part of D128631

Diff Detail

Event Timeline

Allen created this revision.Aug 17 2022, 11:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
Allen requested review of this revision.Aug 17 2022, 11:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 11:46 PM
dmgreen accepted this revision.Aug 18 2022, 1:04 AM

Other than slightly moving where the file is located, this sounds good to me. We've found these tests very useful in the past.

llvm/test/tools/llvm-mca/AArch64/Cortex/tsv110-basic-instructions.s
2 ↗(On Diff #453538)

This is technically not a "Cortex", although I'm not sure why these tests are laid out quite how they are.

Feel free to create a directory for "TSV" or "HiSilicon" or whatever you think the best name would be.

This revision is now accepted and ready to land.Aug 18 2022, 1:04 AM
Allen updated this revision to Diff 453585.Aug 18 2022, 2:26 AM

update test file's location

This revision was landed with ongoing or failed builds.Aug 18 2022, 2:34 AM
This revision was automatically updated to reflect the committed changes.