re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn, at final.c:2419)
PR target/22134 * config/i386/i386.md (fist<mode>2_with_temp splitter): Clobber memory operand, not scratch register. From-SVN: r101383
This commit is contained in:
parent
832a0afe9c
commit
cec471db31
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-06-28 Uros Bizjak <uros@kss-loka.si>
|
||||
|
||||
PR target/22134
|
||||
* config/i386/i386.md (fist<mode>2_with_temp splitter):
|
||||
Clobber memory operand, not scratch register.
|
||||
|
||||
2005-06-28 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* config/s390/s390.c (machine_function): New field has_landing_pad_p.
|
||||
|
|
|
@ -16212,7 +16212,7 @@
|
|||
[(set (match_operand:X87MODEI12 0 "memory_operand" "")
|
||||
(unspec:X87MODEI12 [(match_operand:XF 1 "register_operand" "")]
|
||||
UNSPEC_FIST))
|
||||
(clobber (match_scratch 2 ""))]
|
||||
(clobber (match_operand:X87MODEI12 2 "memory_operand" ""))]
|
||||
"reload_completed"
|
||||
[(set (match_dup 0) (unspec:X87MODEI12 [(match_dup 1)]
|
||||
UNSPEC_FIST))]
|
||||
|
|
Loading…
Add table
Reference in a new issue