This is an archive of the discontinued LLVM Phabricator instance.

[lldb][RISCV] Replace enumeration of RVV builtin types with inclusion to RISCVVTypes.def
ClosedPublic

Authored by eopXD on Jun 14 2023, 7:41 AM.

Details

Summary

This approach prevents us from adding new lines into the switch case
when new types are introduced.

Diff Detail

Event Timeline

eopXD created this revision.Jun 14 2023, 7:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2023, 7:41 AM
eopXD requested review of this revision.Jun 14 2023, 7:41 AM
DavidSpickett accepted this revision.Jun 14 2023, 8:02 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 14 2023, 8:02 AM
eopXD edited the summary of this revision. (Show Details)Jun 14 2023, 9:08 AM
eopXD updated this revision to Diff 531616.Jun 14 2023, 11:02 PM

Rebase to latest main.

This revision was landed with ongoing or failed builds.Jun 14 2023, 11:03 PM
This revision was automatically updated to reflect the committed changes.