This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add mnemonic alias: move, sbreak and scall.
ClosedPublic

Authored by kito-cheng on Aug 2 2018, 8:08 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kito-cheng created this revision.Aug 2 2018, 8:08 PM
kito-cheng updated this revision to Diff 158902.Aug 2 2018, 8:11 PM

Rearrange order for testcase.

asb accepted this revision.Aug 8 2018, 7:39 AM

Thanks Kito, this looks good to me. Some minor spelling issues in the comment.

lib/Target/RISCV/RISCVInstrInfo.td
586–588 ↗(On Diff #158902)

"were renamed to ECALL and EBREAK in the User-Level ISA 2.1".

"accpet" -> "accept"

This revision is now accepted and ready to land.Aug 8 2018, 7:39 AM
This revision was automatically updated to reflect the committed changes.