Remove common instructions from rv64 tests since they are now
covered by the rv64 run lines in the rv32 tests.
Add rv32-only* tests for a few cases that aren't common between
r32 and rv64.
Addresses review feedback from D95150.
Differential D95272
[RISCV] Add rv64 run lines to rv32 MC layer tests for B extension Authored by craig.topper on Jan 22 2021, 4:04 PM.
Details Remove common instructions from rv64 tests since they are now Add rv32-only* tests for a few cases that aren't common between Addresses review feedback from D95150.
Diff Detail
Event TimelineComment Actions Looking good; thanks for doing this. Should we change the name of the 32+64 tests now that they test both? Comment Actions That's not what we've done elsewhere; rv64 is regarded as a superset of rv32, which is almost true. |