https://bugs.llvm.org/show_bug.cgi?id=34625

Peter Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Peter Smith <[email protected]> ---
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to