This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add skeleton support for "knm" cpu - clang side
ClosedPublic

Authored by craig.topper on Oct 11 2017, 11:21 AM.

Details

Summary

This adds support Knights Mill CPU. Preprocessor defines match gcc's implementation.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Oct 11 2017, 11:21 AM
craig.topper edited subscribers, added: cfe-commits; removed: llvm-commits.Oct 11 2017, 11:34 AM
RKSimon accepted this revision.Oct 13 2017, 6:58 AM

LGTM

lib/Basic/Targets/X86.cpp
232 ↗(On Diff #118650)

Worth adding a TODO comment for the missing features?

This revision is now accepted and ready to land.Oct 13 2017, 6:58 AM
This revision was automatically updated to reflect the committed changes.