projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d7835
)
Revert the last P_POPCNT order change
author
H.J. Lu
<hongjiu.lu@intel.com>
Mon, 26 Jan 2015 19:31:55 +0000
(19:31 +0000)
committer
H.J. Lu
<hjl@gcc.gnu.org>
Mon, 26 Jan 2015 19:31:55 +0000
(11:31 -0800)
PR target/64806
* config/i386/i386 (feature_priority): Revert the last P_POPCNT
order change.
From-SVN: r220131
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c441f2af51ff56edc652fcb51930087db8655df7..cb42a5af02f23fdf2bafe78fe2c11588069ae186 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,9
@@
+2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR target/64806
+ * config/i386/i386 (feature_priority): Revert the last P_POPCNT
+ order change.
+
2015-01-26 Uros Bizjak <ubizjak@gmail.com>
PR target/64795
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index c1d7a55bb5b6e4f917e4301543c1fee4de72fc9f..794d8d0fdb17c40bc0db634b6ae7c4f991aec4ec 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-34289,8
+34289,8
@@
get_builtin_code_for_version (tree decl, tree *predicate_list)
P_PROC_SSE4_A,
P_SSE4_1,
P_SSE4_2,
- P_POPCNT,
P_PROC_SSE4_2,
+ P_POPCNT,
P_AVX,
P_PROC_AVX,
P_BMI,