Re: r322245 - [X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in the backend.

2018-01-30 Thread Hans Wennborg via cfe-commits
Merged to 6.0 in r323741. On Thu, Jan 11, 2018 at 2:37 AM, Craig Topper via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: ctopper > Date: Wed Jan 10 17:37:59 2018 > New Revision: 322245 > > URL: http://llvm.org/viewvc/llvm-project?rev=322245=rev > Log: > [X86] Make -mavx512f imply

r322245 - [X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in the backend.

2018-01-10 Thread Craig Topper via cfe-commits
Author: ctopper Date: Wed Jan 10 17:37:59 2018 New Revision: 322245 URL: http://llvm.org/viewvc/llvm-project?rev=322245=rev Log: [X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in the backend. Similarly, make -mno-fma and -mno-f16c imply -mno-avx512f. Withou this