Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LV] Use SCEV to check if minimum iteration check is known. #111310

Merged
merged 13 commits into from
Oct 18, 2024

Commits on Oct 6, 2024

  1. [LV] Use SCEV to check if minimum iteration check is known.

    Use SCEV to check if the minimum iteration check (TC < Step) is known to
    be false.
    
    This is a first step towards addressing
    llvm#111098. To catch
    the exact case from the issue, we need to do extra work to make sure the
    wrap flags on the shl are preserved and used by SCEV.
    fhahn committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    512aa0d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    a2e66a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ea8c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e31e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a89ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    0030b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5339f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    31cee3e View commit details
    Browse the repository at this point in the history
  2. !fixup addres comments, thanks!

    fhahn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    cacf91b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    aac81c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e455de View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    092c2d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660fe44 View commit details
    Browse the repository at this point in the history