This is an archive of the discontinued LLVM Phabricator instance.

[VE,#2] Clang toolchain for SX-Aurora
AbandonedPublic

Authored by simoll on Dec 11 2019, 3:06 AM.

Details

Reviewers
None
Summary

This is patch #2 in the patch series for the VE backend for NEC-SX Aurora.
This patch builds on the scalar code generation patch of https://reviews.llvm.org/D71338

This patch implements the VE toolchain for clang.

Event Timeline

simoll created this revision.Dec 11 2019, 3:06 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 11 2019, 3:06 AM

To clarify: this patch is not intended to be committed as-is but gives an overview of the required changes. It's the a patch of a series for the VE backend and includes all the earlier patches.

simoll updated this revision to Diff 233336.Dec 11 2019, 5:46 AM

Trimmed to Clang changes only

simoll added a project: Restricted Project.Dec 11 2019, 5:47 AM
simoll abandoned this revision.Jun 24 2020, 4:33 AM

Basic Clang support for VE is now upstream: rG96d4ccf0