This is an archive of the discontinued LLVM Phabricator instance.

Split up large test files under clang/test/CodeGen/RISCV
Needs ReviewPublic

Authored by 4vtomat on Mar 23 2022, 10:41 PM.

Details

Summary

The llvm pre-merge test got timeout due to large test files, this commit
split up some files based on "element width(EEW)" under clang/test/CodeGen/RISCV
into even smaller ones.

Diff Detail

Event Timeline

4vtomat created this revision.Mar 23 2022, 10:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 10:41 PM
4vtomat requested review of this revision.Mar 23 2022, 10:41 PM

I assume this is to improve test parallelism. Do you have runtime comparison?

I assume this is to improve test parallelism. Do you have runtime comparison?

actually, this is to prevent single file from timeout due to many test cases, such as https://reviews.llvm.org/D122205#3403925

What's the timeout value that is being exceeded?

What's the timeout value that is being exceeded?

I guess it’s 60 seconds?