This is an archive of the discontinued LLVM Phabricator instance.

[LV][NFC] Update test checks using utils/update_test_checks.py
AcceptedPublic

Authored by ebrevnov on Dec 14 2021, 1:36 AM.

Details

Reviewers
fhahn
lebedev.ri
Summary

Regenerate checks using update_test_checks.py to simplify future updates

Diff Detail

Event Timeline

ebrevnov requested review of this revision.Dec 14 2021, 1:36 AM
ebrevnov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2021, 1:36 AM
ebrevnov edited the summary of this revision. (Show Details)Dec 14 2021, 1:38 AM
ebrevnov added a reviewer: fhahn.
lebedev.ri added inline comments.
llvm/test/Transforms/LoopVectorize/tripcount.ll
2–4

While there, do you have any insights into this test?
In D114779 i'm strongly guessing that this test is completely broken.

ebrevnov added inline comments.Jan 24 2022, 5:07 AM
llvm/test/Transforms/LoopVectorize/tripcount.ll
2–4

Don't have any insights, sorry.

lebedev.ri accepted this revision.Jan 25 2022, 2:08 AM

I'll end up doing this autogeneration for D114779 anyways, so i think this should be fine?

llvm/test/Transforms/LoopVectorize/tripcount.ll
386–388

I think you may want to run with the update script with --check-globals

This revision is now accepted and ready to land.Jan 25 2022, 2:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2022, 10:03 AM