projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe71fc
)
[RS6000] Power10 ICE running gcc.target/powerpc/ppc-ne0-1.c
author
Alan Modra
<amodra@gmail.com>
Thu, 22 Oct 2020 00:13:09 +0000
(10:43 +1030)
committer
Alan Modra
<amodra@gmail.com>
Sat, 24 Oct 2020 03:56:11 +0000
(14:26 +1030)
* config/rs6000/rs6000.md (cstore<mode>4): Don't call
rs6000_emit_int_cmove for power10 when -mno-isel.
gcc/config/rs6000/rs6000.md
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.md
b/gcc/config/rs6000/rs6000.md
index 779bfd11237c43dd65afe6ef75b43af7f77f4c66..dc060143104fd7877858e2ce8fc84cc8b47e6149 100644
(file)
--- a/
gcc/config/rs6000/rs6000.md
+++ b/
gcc/config/rs6000/rs6000.md
@@
-11554,7
+11554,7
@@
""
{
/* Everything is best done with setbc[r] if available. */
- if (TARGET_POWER10)
+ if (TARGET_POWER10
&& TARGET_ISEL
)
rs6000_emit_int_cmove (operands[0], operands[1], const1_rtx, const0_rtx);
/* Expanding EQ and NE directly to some machine instructions does not help