This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Clang] Drop the assembly tests for RVV intrinsics.
ClosedPublic

Authored by khchen on Apr 15 2021, 8:18 PM.

Details

Summary

We had verified the correctness of all intrinsics in downstream, so
dropping the assembly tests to decrease the check-clang time.
It would remove 1/3 of the RUN lines.

https://reviews.llvm.org/D99151#2654154 mentions why we need to have
the ASM tests before.

note: I only update the one file diff to avoid to have
large changes different in review system.

Diff Detail