]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/27405 (gcc.c-torture/execute/960209-1.c ICEs on sh64-* with -O3)
authorKaz Kojima <kkojima@gcc.gnu.org>
Thu, 2 Nov 2006 22:57:13 +0000 (22:57 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Thu, 2 Nov 2006 22:57:13 +0000 (22:57 +0000)
commit537426e7ad1ba6345c152bb935999f7146df09d6
treef791e0570e23b2ca23ab9c49d9d95cb017473134
parenta6f07cc35dc5a1ffcc4cfcf4b0c66cfef341959a
re PR target/27405 (gcc.c-torture/execute/960209-1.c ICEs on sh64-* with -O3)

PR target/27405
* config/sh/sh.md (cmp{eq,gt,gtu}{si,di}_media): Remove.
(cmpsi{eq,gt,gtu}{si,di}_media): Rename to
cmp{eq,gt,gtu}{si,di}_media.
(*cmpne0si_media): Remove.
(*movsicc_umin): Adjust gen_cmp*_media call.
(unordered): Change the mode of unordered and operands[1] to
SImode.
(seq): Adjust gen_cmp*_media calls.  Make the mode of
a temporary result of compare SImode if needed.  If the mode
of operands[0] is DImode, extend the temporary result to DImode.
(slt, sle, sgt, sge, sgtu, sltu, sleu, sgue, sne): Likewise.
(sunorderd): Change the mode of match_operand and unorderd to
SImode.
(cmpeq{sf,df}_media): Remove.
(cmpsieq{sf,df}_media): Rename to cmpeq{sf,df}_media.
(cmp{gt,ge,un}{sf,df}_media): Change the mode of match_operand
and compare operation to SImode.

From-SVN: r118435
gcc/ChangeLog
gcc/config/sh/sh.md