This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change default CPU name to "generic"
ClosedPublic

Authored by kaz7 on Dec 27 2020, 6:30 AM.

Details

Summary

Change default CPU name of SX-Aurora VE from "ve" to "generic" similar
to other architectures.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 27 2020, 6:30 AM
kaz7 requested review of this revision.Dec 27 2020, 6:30 AM
simoll added a comment.Jan 4 2021, 1:25 AM

There should be test for this. You could use:

./bin/llc -march=ve --mcpu=help
kaz7 updated this revision to Diff 314336.Jan 4 2021, 2:12 AM

Update following suggestions.

simoll accepted this revision.Jan 4 2021, 3:06 AM
This revision is now accepted and ready to land.Jan 4 2021, 3:06 AM
This revision was landed with ongoing or failed builds.Jan 4 2021, 3:10 AM
This revision was automatically updated to reflect the committed changes.