This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][test] Add tests of (add (shl r, c0), c1)
ClosedPublic

Authored by benshi001 on Oct 4 2021, 9:58 PM.

Diff Detail

Event Timeline

benshi001 created this revision.Oct 4 2021, 9:58 PM
benshi001 requested review of this revision.Oct 4 2021, 9:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 9:58 PM
craig.topper added inline comments.Oct 7 2021, 11:11 AM
llvm/test/CodeGen/RISCV/shlimm-addimm.ll
2

Put this comment below the RUN lines

3

Should this be c2>>c1 instead of c2/c1?

benshi001 updated this revision to Diff 378058.Oct 7 2021, 6:38 PM
benshi001 updated this revision to Diff 378059.
benshi001 marked 2 inline comments as done.
This revision is now accepted and ready to land.Oct 14 2021, 6:45 AM
This revision was automatically updated to reflect the committed changes.