This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/15353] [tree-ssa] Merge two "if"s if one subsumes the other.


------- Additional Comments From kazu at cs dot umass dot edu  2004-05-10 02:06 -------
Looks like the current jump threading can remove one of the two "if"s
if the first "if" subsumes the second one,
which is different from this case.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15353


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]