This is an archive of the discontinued LLVM Phabricator instance.

[X86] Split up -march=icelake to -client & -server
ClosedPublic

Authored by GBuella on Mar 29 2018, 11:44 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

GBuella created this revision.Mar 29 2018, 11:44 AM
craig.topper added inline comments.Apr 3 2018, 2:31 PM
test/Preprocessor/predefined-arch-macros.c
1164 ↗(On Diff #140300)

The ICX_M32 and ICX_M64 should be contiguous in the file. The file is grouped by CPUs with the 32 and 64 bit together.

GBuella updated this revision to Diff 140911.Apr 4 2018, 12:51 AM

Fixed the arch macro tests.

This revision is now accepted and ready to land.Apr 4 2018, 10:11 AM
This revision was automatically updated to reflect the committed changes.