forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AVX-512. Add kshift[lr][bwdq]. Fix iterator.
gcc/ * config/i386/i386.md (define_code_attr mshift): New. (define_mode_iterator SWI1248_AVX512BW): Rename ... (SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ only. (define_insn "*k<logic><mode>"): Use new iterator name. (define_insn "*<mshift><mode>3"): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228034 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
kyukhin
committed
Sep 23, 2015
1 parent
b030c82
commit ab0a0ac
Showing
2 changed files
with
27 additions
and
6 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,12 @@ | ||
2015-09-23 Kirill Yukhin <[email protected]> | ||
|
||
* config/i386/i386.md (define_code_attr mshift): New. | ||
(define_mode_iterator SWI1248_AVX512BW): Rename ... | ||
(SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ | ||
only. | ||
(define_insn "*k<logic><mode>"): Use new iterator name. | ||
(define_insn "*<mshift><mode>3"): New. | ||
|
||
2015-09-23 Mikhail Maltsev <[email protected]> | ||
|
||
PR middle-end/67649 | ||
|
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