This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Optimize immediate materialisation with SLLI.UW
ClosedPublic

Authored by benshi001 on Oct 13 2021, 3:44 AM.

Details

Summary

Use LUI+SLLI.UW to compose the upper bits instead of LUI+SLLI.

Diff Detail

Event Timeline

benshi001 created this revision.Oct 13 2021, 3:44 AM
benshi001 requested review of this revision.Oct 13 2021, 3:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2021, 3:44 AM
This revision is now accepted and ready to land.Oct 13 2021, 10:00 AM
This revision was automatically updated to reflect the committed changes.