This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Constant folding clean-ups
- From: Dale Johannesen <dalej at apple dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: Dale Johannesen <dalej at apple dot com>, gcc-patches at gcc dot gnu dot org
- Date: Sat, 13 Sep 2003 16:04:52 -0700
- Subject: Re: [PATCH] Constant folding clean-ups
On Saturday, September 13, 2003, at 12:59 PM, Roger Sayle wrote:
The following patch contains two clean-ups of GCC's constant folding.
Dale, let me know if this resolves your "(uint-- > 0)" doloop issue?
Yes, it works for the testcase I posted, anyway. Thanks.