-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| Bugzilla Link | 1530 |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
| CC | @isanbard |
Extended Description
llc -march=x86-64 -mcpu=opteron
gives this message:
Warning: 64-bit processors all have at least SSE2.
Looking at the code in lib/Target/SubtargetFeature.cpp,
SetImpliedBits isn't called for the base CPU's feature
bits, so even though "opteron" has the 64-bit feature
and 64-bit implies SSE2, -mcpu=opteron doesn't
automatically enable SSE2.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla