https://bugs.llvm.org/show_bug.cgi?id=34625
Peter Smith <peter.sm...@linaro.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter.sm...@linaro.org
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Peter Smith <peter.sm...@linaro.org> ---
An somewhat blunt fix that sets -mcpu-model to generic when -mtune=<cpu> is
used without -mcpu, has been made in https://reviews.llvm.org/D39179
This prevents the code-generation problem, but also loses all the
micro-architectural benefits that -mtune used to provide from the use of
-mcpu-model. Further work will be needed to make -mtune only set
micro-architectural features.
Committed in r316424
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs