[Bug optimization/13875] [tree-ssa] missed jump thread optimization on the tree-level
law at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 1 03:43:00 GMT 2004
------- Additional Comments From law at gcc dot gnu dot org 2004-03-01 03:43 -------
The fundamental problem is the two conditionals have different types for their
arguments. If I twiddle the C++ front-end to generate code with the proper types,
then we properly eliminate the second conditional (at least in the small simple
testcase provided).
I haven't looked, but I strongly suspect the fact that the C++ FE mucking up the
types is likely the cause of of missing many optimization opportunities.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13875
More information about the Gcc-bugs
mailing list