Skip to content

create SCEVInfinite #2918

Closed
Closed
@nlewycky

Description

@nlewycky
Bugzilla Link 2546
Resolution INVALID
Resolved on Jul 15, 2008 00:34
Version trunk
OS All

Extended Description

Currently we use SCEVCouldNotCompute for cases where the analysis failed and when the loop was successfully analyzed as being infinite. We should split those apart and return a new SCEVInfinite type for loops that are provable infinite.

Internally, a SCEVInfinite early on should skip the brute force loop count computation. Once we're no longer wasting time brute forcing infinite loops, we can try cranking up the number of brute force iterations.

Also, some passes, like loop deletion, might want to see SCEVInfinite.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillainvalidResolved as invalid, i.e. not a bugloopoptim

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions