You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-slowIssue: Problems and improvements with respect to performance of generated code.O-macosOperating system: macOS
estebank
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
O-macos
Operating system: macOS
labels
Jan 19, 2019
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-slowIssue: Problems and improvements with respect to performance of generated code.O-macosOperating system: macOS
The first 32-bit x86 apple machine used the "yonah" CPU, but we (and clang) set a generic i686 CPU instead that has no MMX, no SSE, etc.
This is also clang bug: https://bugs.llvm.org/show_bug.cgi?id=38594
We should wait and see how clang resolves this bug before doing anything.
The text was updated successfully, but these errors were encountered: