This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py
AbandonedPublic

Authored by pmatos on Aug 14 2023, 4:29 AM.

Details

Summary

We have to change the location of the comment for function start
in SPIRV. We add a new command line flag --skip-check-label, because
there's no function label on SPIRV.

Diff Detail

Event Timeline

pmatos created this revision.Aug 14 2023, 4:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 4:29 AM
pmatos requested review of this revision.Aug 14 2023, 4:29 AM
Herald added a project: Restricted Project. · View Herald Transcript
pmatos updated this revision to Diff 549875.Aug 14 2023, 4:31 AM

Remove expect.ll that was mistakingly added to the commit.

pmatos updated this revision to Diff 549876.Aug 14 2023, 4:32 AM

Rebase on current main.

pmatos abandoned this revision.Sep 13 2023, 7:16 AM

Rebased and moved work to PR https://github.com/llvm/llvm-project/pull/66213.
Closing revision.