search for: 587a1f14

Displaying 1 result from an estimated 1 matches for "587a1f14".

2013 Nov 24
1
[LLVMdev] x86_64 code generation defects when SSE instructions are disabled
Hi all, Recently, I discovered a defect in GCC's code generation for x86_64 targets when SSE is disabled. Upon testing with LLVM 3.2, I found that it also has the same issues so I'm linking a GCC bug report I made. The proposed solution for the second issue listed there also applies to LLVM: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59277 As I noted in the bug report, I'm not sure