This is an archive of the discontinued LLVM Phabricator instance.

[X86] Introduction of a new CPU Lakemont
ClosedPublic

Authored by aturetsk on Mar 31 2016, 8:51 AM.

Details

Summary

Add a new CPU Lakemont which doesn't support X87.

Diff Detail

Repository
rL LLVM

Event Timeline

aturetsk updated this revision to Diff 52219.Mar 31 2016, 8:51 AM
aturetsk retitled this revision from to [X86] Introduction of a new CPU Lakemont.
aturetsk updated this object.
aturetsk added reviewers: nadav, echristo, bruno.
aturetsk added subscribers: llvm-commits, zinovy.nis.
bruno accepted this revision.Mar 31 2016, 9:32 AM
bruno edited edge metadata.

Nice. LGTM

test/CodeGen/X86/lakemont-soft-fp.ll
2 ↗(On Diff #52219)

The test can be renamed from lakemont-soft-fp.ll to lakemont.ll, since soft-fp is already implied and mentioned in the comments.

This revision is now accepted and ready to land.Mar 31 2016, 9:32 AM
echristo accepted this revision.Mar 31 2016, 1:38 PM
echristo edited edge metadata.
echristo added inline comments.
test/CodeGen/X86/lakemont-soft-fp.ll
2 ↗(On Diff #52219)

+1

This revision was automatically updated to reflect the committed changes.

Thanks for the review!
The test's name was changed as you suggested.