This is an archive of the discontinued LLVM Phabricator instance.

[LV][NFC] New test case for compile time known trip count (TC)
ClosedPublic

Authored by ebrevnov on Nov 24 2021, 4:53 AM.

Details

Summary

New test to test/track upcoming chnages

Diff Detail

Event Timeline

ebrevnov requested review of this revision.Nov 24 2021, 4:53 AM
ebrevnov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 4:53 AM
fhahn added a subscriber: fhahn.Dec 3 2021, 2:57 AM
fhahn added inline comments.
llvm/test/Transforms/LoopVectorize/X86/known_TC.ll
1 ↗(On Diff #389465)

It might be good to have a slightly more descriptive name for the test file, like limit-vf-by-tripcount.ll or something like that.

ebrevnov added inline comments.Dec 3 2021, 3:48 AM
llvm/test/Transforms/LoopVectorize/X86/known_TC.ll
1 ↗(On Diff #389465)

Sounds reasonable. Will fix.

fhahn accepted this revision.Dec 10 2021, 1:35 AM

LGTM, thanks!

This revision is now accepted and ready to land.Dec 10 2021, 1:35 AM