This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Clang] add more tests for clang driver. (NFC)
ClosedPublic

Authored by khchen on Apr 28 2022, 6:30 AM.

Details

Summary

Test experimental arch, Zfh, Zfmin and Zve arch.

Diff Detail

Event Timeline

khchen created this revision.Apr 28 2022, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2022, 6:30 AM
khchen requested review of this revision.Apr 28 2022, 6:30 AM
craig.topper added inline comments.May 2 2022, 10:02 PM
clang/test/Driver/riscv-arch.c
541

Do we have tests for zve64*?

khchen updated this revision to Diff 426587.May 3 2022, 12:11 AM

Add zve64* tests.

This revision is now accepted and ready to land.May 4 2022, 5:17 PM
This revision was automatically updated to reflect the committed changes.