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

Copy var flags when duplicating local variables #11803

Merged
merged 7 commits into from
Oct 25, 2024
Merged

Commits on Oct 24, 2024

  1. copy var flags when duplicating

    Also don't unroll loops that have static vars
    closes #11800
    Simn committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    991e227 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. hoist static locals when unrolling loops

    see #11800
    Simn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5011518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cc234 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37eeae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a57a62 View commit details
    Browse the repository at this point in the history
  5. don't need this now

    Simn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    763ac17 View commit details
    Browse the repository at this point in the history
  6. remove test

    Simn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    867dd48 View commit details
    Browse the repository at this point in the history