]> gcc.gnu.org Git - gcc.git/commit
re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)
authorBernd Schmidt <bernd.schmidt@codesourcery.com>
Wed, 14 Apr 2010 20:42:02 +0000 (20:42 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 14 Apr 2010 20:42:02 +0000 (20:42 +0000)
commit31ce8a531ca723fa33ddd5915fe7314a0ba6f0e5
tree1884df733d474367203b5216eb04d450bcd6d268
parent943f82e7681224a36aadf743b6572ef55ec9e7ec
re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)

gcc/
PR target/21803
* ifcvt.c (cond_exec_process_if_block): Look for identical sequences
at the start and end of the then/else blocks, and omit them from the
conversion.
* cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
argument; all callers changed.  Pass zero to old_insns_match_p instead.
(flow_find_head_matching_sequence): New function.
(old_insns_match_p): Check REG_EH_REGION notes for calls.
* basic-block.h (flow_find_cross_jump,
flow_find_head_matching_sequence): Declare functions.

gcc/testsuite/
PR target/21803
* gcc.target/arm/pr42496.c: New test.

From-SVN: r158357
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgcleanup.c
gcc/ifcvt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr42496.c [new file with mode: 0644]
This page took 0.054341 seconds and 5 git commands to generate.