Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
972e1985
Commit
972e1985
authored
Mar 29, 2018
by
Jakub Jelinek
Committed by
Jakub Jelinek
Mar 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
From-SVN: r258951
parent
063700a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/i386/sse.md
+1
-1
No files found.
gcc/ChangeLog
View file @
972e1985
2018-03-29 Jakub Jelinek <jakub@redhat.com>
2018-03-29 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
PR c/85094
PR c/85094
* fold-const.c (operand_equal_p): Handle DEBUG_BEGIN_STMT.
* fold-const.c (operand_equal_p): Handle DEBUG_BEGIN_STMT.
For STATEMENT_LIST, pass down OEP_LEXICOGRAPHIC and maybe
For STATEMENT_LIST, pass down OEP_LEXICOGRAPHIC and maybe
...
...
gcc/config/i386/sse.md
View file @
972e1985
...
@@ -1138,7 +1138,7 @@
...
@@ -1138,7 +1138,7 @@
(match_operand:V48_AVX512VL 1 "register_operand" "v")
(match_operand:V48_AVX512VL 1 "register_operand" "v")
(match_operand:
<avx512fmaskmode>
3 "register_operand" "Yk")))]
(match_operand:
<avx512fmaskmode>
3 "register_operand" "Yk")))]
"TARGET_AVX512F"
"TARGET_AVX512F"
"vblendm
<ssemodesuffix>
\t
{%2, %1, %0%{%3%}|%0%{%3%}, %1, %2}"
"v
<sseintprefix>
blendm
<ssemodesuffix>
\t
{%2, %1, %0%{%3%}|%0%{%3%}, %1, %2}"
[
(set_attr "type" "ssemov")
[
(set_attr "type" "ssemov")
(set_attr "prefix" "evex")
(set_attr "prefix" "evex")
(set_attr "mode" "
<sseinsnmode>
")])
(set_attr "mode" "
<sseinsnmode>
")])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment