This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add DecoderNamespace to Zcmt instructions.
ClosedPublic

Authored by craig.topper on May 4 2023, 12:29 PM.

Details

Summary

The Zcmt instructions overlap encoding space with some C extension
instructions. Isolate to a separate namespace.

Diff Detail

Event Timeline

craig.topper created this revision.May 4 2023, 12:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 12:29 PM
craig.topper requested review of this revision.May 4 2023, 12:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 12:29 PM
jrtc27 added inline comments.May 4 2023, 12:31 PM
llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
152

Update, maybe?

Update comment

This revision is now accepted and ready to land.May 5 2023, 1:15 AM
This revision was landed with ongoing or failed builds.May 5 2023, 10:09 AM
This revision was automatically updated to reflect the committed changes.