This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Don't include CodeGen layer files in MC layer
ClosedPublic

Authored by craig.topper on Nov 9 2020, 7:12 PM.

Details

Summary

-Use MCRegister instead of Register in MC layer.
-Move some enums from RISCVInstrInfo.h to RISCVBaseInfo.h to be with other TSFlags bits.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 9 2020, 7:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2020, 7:12 PM
craig.topper requested review of this revision.Nov 9 2020, 7:12 PM
asb accepted this revision.Nov 12 2020, 5:50 AM

This seems like a good cleanup to me - thanks.

This revision is now accepted and ready to land.Nov 12 2020, 5:50 AM