This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add an RV64 RUN line to rv32zfhmin-invalid.s
ClosedPublic

Authored by Pretty-box on May 11 2022, 2:28 AM.

Diff Detail

Event Timeline

Pretty-box created this revision.May 11 2022, 2:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 2:28 AM
Pretty-box requested review of this revision.May 11 2022, 2:28 AM
Pretty-box edited the summary of this revision. (Show Details)May 11 2022, 6:55 PM

LGTM, but I didn't find load/store instructions in other rv64*-invalid.s, could you add those either?

LGTM, but I didn't find load/store instructions in other rv64*-invalid.s, could you add those either?

This is a good suggestion, I will add these instructions in the next patch.

asb requested changes to this revision.May 12 2022, 12:33 AM

Thanks for working to improve our test coverage! In this particular case, I think it would be better handled by adding an RV64 RUN line to rv32zfhmin-invalid.s (given the contents of the file is identical).

This revision now requires changes to proceed.May 12 2022, 12:33 AM
Pretty-box retitled this revision from [RISCV] Add RV64Zfhmin invalid tests to [RISCV] Add an RV64 RUN line to rv32zfhmin-invalid.s .
Pretty-box edited the summary of this revision. (Show Details)

LGTM, but I didn't find load/store instructions in other rv64*-invalid.s, could you add those either?

This is a good suggestion, I will add these instructions in the next patch.

Thanks for working to improve our test coverage! In this particular case, I think it would be better handled by adding an RV64 RUN line to rv32zfhmin-invalid.s (given the contents of the file is identical).

done

This revision was not accepted when it landed; it landed in state Needs Review.May 12 2022, 7:21 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.