This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Support getHostCPUName and getHostCPUFeatures
ClosedPublic

Authored by wangleiat on Jan 30 2023, 7:19 PM.

Diff Detail

Event Timeline

wangleiat created this revision.Jan 30 2023, 7:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 7:19 PM
wangleiat requested review of this revision.Jan 30 2023, 7:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2023, 7:19 PM
MaskRay accepted this revision.Jan 30 2023, 10:06 PM
This revision is now accepted and ready to land.Jan 30 2023, 10:06 PM
xen0n accepted this revision.Jan 30 2023, 11:53 PM

Better than parsing /proc/cpuinfo which I was nearly going to do, only hindered by my day job. Thanks!