This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Modify the test case
ClosedPublic

Authored by Miss_Grape on Mar 22 2022, 8:30 PM.

Diff Detail

Event Timeline

Miss_Grape created this revision.Mar 22 2022, 8:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 8:30 PM
Miss_Grape requested review of this revision.Mar 22 2022, 8:30 PM
Miss_Grape retitled this revision from [RISCV] Remove invalid tests for zbb to [RISCV][NFC] Modify the test case.

zext.h is not an alias but real instruction of zbb, so move it to rv32zbb-valid.s

This revision is now accepted and ready to land.Mar 25 2022, 2:48 AM
This revision was landed with ongoing or failed builds.Mar 29 2022, 12:46 AM
This revision was automatically updated to reflect the committed changes.
benshi001 added a comment.EditedMar 29 2022, 12:47 AM

I have kept the test of zext.h x5, x6 in the aliases test files, and only committed the newly added encoding/decoding tests.