This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add Svnapot extension
ClosedPublic

Authored by BeMg on Oct 23 2022, 7:38 PM.

Diff Detail

Event Timeline

BeMg created this revision.Oct 23 2022, 7:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 23 2022, 7:38 PM
BeMg requested review of this revision.Oct 23 2022, 7:38 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 23 2022, 7:38 PM
craig.topper added inline comments.
llvm/lib/Target/RISCV/RISCV.td
394

We don't need to add a Predicate or AssemblerPredicate if it is not used in tablegen.

BeMg updated this revision to Diff 470040.Oct 23 2022, 8:44 PM

Remove Predicate and AssemblerPredicate

kito-cheng accepted this revision.Oct 23 2022, 9:18 PM

LGTM, thanks :)

This revision is now accepted and ready to land.Oct 23 2022, 9:18 PM
This revision was automatically updated to reflect the committed changes.