This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][test] Add more tests of immediate materialisation
ClosedPublic

Authored by benshi001 on Nov 10 2021, 7:19 AM.

Diff Detail

Event Timeline

benshi001 created this revision.Nov 10 2021, 7:19 AM
benshi001 requested review of this revision.Nov 10 2021, 7:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2021, 7:19 AM
craig.topper requested changes to this revision.Nov 10 2021, 3:40 PM
craig.topper added inline comments.
llvm/test/MC/RISCV/rv64zba-aliases-valid.s
120

NOALIASZBS isn't a valid check prefix for this file. It's just NOALIAS.

This revision now requires changes to proceed.Nov 10 2021, 3:40 PM
benshi001 updated this revision to Diff 386378.Nov 10 2021, 5:39 PM
benshi001 marked an inline comment as done.
luismarques accepted this revision.Nov 11 2021, 1:45 AM

Can you please just add a comment (or rename the functions) with the hex values of those decimal literals? I can't do base conversion of large numbers in my head.
Otherwise LGTM.

benshi001 updated this revision to Diff 386480.Nov 11 2021, 4:59 AM

Can you please just add a comment (or rename the functions) with the hex values of those decimal literals? I can't do base conversion of large numbers in my head.
Otherwise LGTM.

Done. Hex values are attached as comments. Thanks.

This revision is now accepted and ready to land.Nov 15 2021, 11:31 AM