This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Add "32bit" target feature
ClosedPublic

Authored by XiaodongLoong on Jan 2 2023, 10:15 PM.

Details

Summary

There are a few intrinsics or instructions on LoongArch
that are only appropriate for loongarch32 target. So the
feature "32bit" is added to implement it.

Diff Detail

Event Timeline

XiaodongLoong created this revision.Jan 2 2023, 10:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 10:15 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
XiaodongLoong requested review of this revision.Jan 2 2023, 10:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 10:15 PM

rebase code and improve error message.

This revision is now accepted and ready to land.Jan 4 2023, 1:37 AM
This revision was landed with ongoing or failed builds.Jan 5 2023, 5:29 PM
This revision was automatically updated to reflect the committed changes.