-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove VL variants for 4FMAPS and 4VNNIW insns.
AVX512_4FMAPS and AVX512_4VNNIW insns are marked as having AVX512VL variants. That is wrong as SDM doesn't define such instructions. The patch removes these VL variants. gas/ * testsuite/gas/i386/avx512_4fmaps-warn.l: Change xmm to zmm. * testsuite/gas/i386/avx512_4fmaps-warn.s: Likewise. * testsuite/gas/i386/avx512_4fmaps_vl-intel.d: Delete. * testsuite/gas/i386/avx512_4fmaps_vl-warn.l: Likewise. * testsuite/gas/i386/avx512_4fmaps_vl-warn.s: Likewise. * testsuite/gas/i386/avx512_4fmaps_vl.d: Likewise. * testsuite/gas/i386/avx512_4fmaps_vl.s: Likewise. * testsuite/gas/i386/avx512_4vnniw_vl-intel.d: Likewise. * testsuite/gas/i386/avx512_4vnniw_vl.d: Likewise. * testsuite/gas/i386/avx512_4vnniw_vl.s: Likewise. * testsuite/gas/i386/i386.exp: Delete _vl tests for 4fmaps an 4vnniw tests. * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Delete. * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise. * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise. * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d: Likewise. * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Likewise. * testsuite/gas/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise. * testsuite/gas/i386/x86-64-avx512_4vnniw_vl.d: Likewise. * testsuite/gas/i386/x86-64-avx512_4vnniw_vl.s: Likewise. opcodes/ * i386-opc.tbl: Remove VL variants for 4FMAPS and 4VNNIW insns. * i386-tbl.h: Regenerate.
- Loading branch information
Showing
23 changed files
with
41 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2018-01-11 Igor Tsimbalist <[email protected]> | ||
|
||
* testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise. | ||
* testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise. | ||
* testsuite/i386/avx512_4fmaps_vl.d: Likewise. | ||
* testsuite/i386/avx512_4fmaps_vl.s: Likewise. | ||
* testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise. | ||
* testsuite/i386/avx512_4vnniw_vl.d: Likewise. | ||
* testsuite/i386/avx512_4vnniw_vl.s: Likewise. | ||
* testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw | ||
tests. | ||
* testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed. | ||
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise. | ||
* testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise. | ||
* testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise. | ||
* testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise. | ||
* testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise. | ||
* testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise. | ||
* testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise. | ||
|
||
2018-01-11 Alan Modra <[email protected]> | ||
|
||
* config/tc-arm.c (aeabi_set_public_attributes): Avoid false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.