-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag
Description
| Bugzilla Link | 11330 |
| Resolution | FIXED |
| Resolved on | Nov 08, 2011 10:41 |
| Version | trunk |
| OS | MacOS X |
| Attachments | minimal source to repro + xcodeproj |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
Under certain conditions, llvm-gcc -O2 will generate a movaps instruction on an unaligned memory address. These are always a result of optimizing __builtin___memcpy_chk() emitted from memcpy() calls.
An Xcode project with minimal source to reproduce is attached.
clang 3.0 does not have this bug. I'm posting this bug so that you can (1) admire your progress and/or (2) see if this affects dragonegg.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag