This is an archive of the discontinued LLVM Phabricator instance.

Split up large test files(over 10k lines) under clang/test/CodeGen/RISCV including:
ClosedPublic

Authored by 4vtomat on Mar 10 2022, 5:36 PM.

Details

Summary

The llvm pre-merge test got timeout due to large test files, this commit
split up the files that have over 10k lines under clang/test/CodeGen/RISCV
into even smaller ones.

Diff Detail

Event Timeline

4vtomat created this revision.Mar 10 2022, 5:36 PM
4vtomat requested review of this revision.Mar 10 2022, 5:36 PM
4vtomat added a reviewer: fhahn.
kito-cheng accepted this revision.Mar 10 2022, 6:14 PM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 10 2022, 6:14 PM