This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Define and use the new CA instruction format
ClosedPublic

Authored by luismarques on Nov 9 2018, 4:05 AM.

Details

Summary

The RISC-V ISA manual was updated on 2018-11-07 (commit 00557c3) to define a new compressed instruction format, RVC format CA (no actual instruction encodings were changed). This patch updates the RISC-V backend to define the new format, and to use it in the relevant instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

luismarques created this revision.Nov 9 2018, 4:05 AM
asb accepted this revision.Nov 16 2018, 2:34 AM

This is an NFC patch and looks good to me.

This revision is now accepted and ready to land.Nov 16 2018, 2:34 AM
This revision was automatically updated to reflect the committed changes.