This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove the uret instruction.
ClosedPublic

Authored by craig.topper on Apr 26 2023, 4:43 PM.

Details

Summary

This was part of the N extension which did not make it into
version 1.12 of the privilege specification.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 26 2023, 4:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 4:43 PM
craig.topper requested review of this revision.Apr 26 2023, 4:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 4:43 PM
jrtc27 added inline comments.Apr 26 2023, 4:47 PM
llvm/test/CodeGen/RISCV/interrupt-attr.ll
1057

Can you fix this whitespace up while you're touching this?

Fix whitespace in test

jrtc27 accepted this revision.Apr 26 2023, 4:56 PM
This revision is now accepted and ready to land.Apr 26 2023, 4:56 PM
This revision was landed with ongoing or failed builds.Apr 26 2023, 5:15 PM
This revision was automatically updated to reflect the committed changes.

Just realized there's some clang code that needs to go away too.