[LLVMbugs] [Bug 10972] -mavx treated as Core 2, getFPReg assert fail
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 20 23:00:25 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10972
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution| |DUPLICATE
--- Comment #2 from Benjamin Kramer <benny.kra at gmail.com> 2011-09-21 01:00:25 CDT ---
"-target-cpu core2 -target-feature +avx" isn't a conflict, it just enables all
the features a core2 has plus avx.
I don't think the -mcorei7-avx option exists, you probably meant
-march=corei7-avx. Also, I can't reproduce this bug with LLVM ToT.
*** This bug has been marked as a duplicate of bug 10843 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list