public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/55863] New: Fails to fold (i + 2) - (i + 1) to 1
@ 2013-01-03 14:29 rguenth at gcc dot gnu.org
  2013-01-03 14:29 ` [Bug middle-end/55863] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-03 14:29 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55863
           Summary: Fails to fold (i + 2) - (i + 1) to 1
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


For

(analyze_overlapping_iterations
  (chrec_a = {pretmp_1529 + 1, +, 1}_20)
  (chrec_b = {pretmp_1529 + 2, +, 1}_20)

The SIV test currently fails because when computing the difference
between the CHRECs we compute pretmp_1529 + 2 + ~pretmp15_29.  This
is because when computing A - B we check if B is easy to negate - which
X + 1 is - and compute it as A + ~X which association then fails to
optimize.

This makes dependence tests of this kind fail.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-04 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-03 14:29 [Bug middle-end/55863] New: Fails to fold (i + 2) - (i + 1) to 1 rguenth at gcc dot gnu.org
2013-01-03 14:29 ` [Bug middle-end/55863] " rguenth at gcc dot gnu.org
2013-01-04 10:46 ` rguenth at gcc dot gnu.org
2013-01-04 10:46 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).