projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b76d9
)
Fix Typo.
author
liuhongt
<hongtao.liu@intel.com>
Mon, 21 Dec 2020 10:17:15 +0000
(18:17 +0800)
committer
liuhongt
<hongtao.liu@intel.com>
Tue, 22 Dec 2020 01:32:16 +0000
(09:32 +0800)
gcc/ChangeLog
* config/i386/i386.md (*one_cmpl<mode>2_1): Fix typo, change
alternative from 2 to 1 in attr isa.
gcc/config/i386/i386.md
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.md
b/gcc/config/i386/i386.md
index 21f0044179f399bf8c473114450886ead9ee0467..39c0eb3f9151cdc3f8bf5bc16729ec092a7caebd 100644
(file)
--- a/
gcc/config/i386/i386.md
+++ b/
gcc/config/i386/i386.md
@@
-10561,7
+10561,7
@@
not{<imodesuffix>}\t%0
#"
[(set (attr "isa")
- (cond [(eq_attr "alternative" "
2
")
+ (cond [(eq_attr "alternative" "
1
")
(if_then_else (eq_attr "mode" "SI,DI")
(const_string "avx512bw")
(const_string "avx512f"))