This is an archive of the discontinued LLVM Phabricator instance.

[13/15][Clang][RISCV][NFC] Remove repeating test cases under rvv-intrinsics-autogenerated
ClosedPublic

Authored by eopXD on Jan 15 2023, 6:51 AM.

Details

Summary

These files were oversights in D141198. The test cases are now under its
exact mnemonics. For example, test cases of vle8, vle16, vle32,
and vle64 were under vle.c. Now they are exist under vle8.c,
vle16.c, vle32.c, and vle64.c, respectively.

This is the 13th commit of a patch-set that aims to change the default policy
for RVV intrinsics from TAMU to TAMA.

Please refer to the cover letter in the 1st commit (D141573) for an
overview.

Diff Detail

Event Timeline

eopXD created this revision.Jan 15 2023, 6:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 6:51 AM
eopXD requested review of this revision.Jan 15 2023, 6:51 AM
eopXD retitled this revision from [WIP][13/N][Clang][RISCV][NFC] Remove repeating test cases under rvv-intrinsics-autogenerated to [13/15][Clang][RISCV][NFC] Remove repeating test cases under rvv-intrinsics-autogenerated.Jan 15 2023, 8:00 AM
eopXD edited the summary of this revision. (Show Details)
eopXD edited the summary of this revision. (Show Details)Jan 15 2023, 8:02 AM

Does this really depend on the earlier patches in the series?

This revision is now accepted and ready to land.Jan 17 2023, 4:52 PM
This revision was landed with ongoing or failed builds.Jan 24 2023, 8:29 AM
This revision was automatically updated to reflect the committed changes.