This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Add a "generic" processor
ClosedPublic

Authored by bcahoon on Jun 25 2018, 3:06 PM.

Details

Reviewers
kparzysz
Summary

The generic processor is added to be used with a 3rd party program that create a back-end with the "generic" CPU. This patch also enables the JIT for Hexagon.

Diff Detail

Event Timeline

bcahoon created this revision.Jun 25 2018, 3:06 PM
kparzysz accepted this revision.Jun 25 2018, 4:34 PM
This revision is now accepted and ready to land.Jun 25 2018, 4:34 PM
kparzysz closed this revision.Jun 26 2018, 12:12 PM

Committed in rL335641.