mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 09:59:39 +08:00
re PR target/53291 (Code generated for xtest is wrong)
PR target/53291 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc. From-SVN: r187387
This commit is contained in:
parent
63705578ba
commit
8d463d3a54
@ -1,3 +1,8 @@
|
||||
2012-05-11 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/53291
|
||||
* config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
|
||||
|
||||
2012-05-11 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
|
||||
|
@ -18479,7 +18479,7 @@
|
||||
{
|
||||
emit_insn (gen_xtest_1 ());
|
||||
|
||||
ix86_expand_setcc (operands[0], EQ,
|
||||
ix86_expand_setcc (operands[0], NE,
|
||||
gen_rtx_REG (CCZmode, FLAGS_REG), const0_rtx);
|
||||
DONE;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user