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

Add utilities for running modifications inside nested IR nodes #4940

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Add ir-traversal

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c0c0a4a View commit details
    Browse the repository at this point in the history
  2. Docs for ir-traversal

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ef46311 View commit details
    Browse the repository at this point in the history
  3. Further docs tweaks

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a56325d View commit details
    Browse the repository at this point in the history
  4. Code tweaks

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    04068f4 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2e4ce5e View commit details
    Browse the repository at this point in the history
  6. Add tests, few fixes in impl

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    390aa70 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix a typo & make lint happy

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2e0a857 View commit details
    Browse the repository at this point in the history
  2. Format

    Signed-off-by: Vladimir Still <[email protected]>
    vlstill committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b51b88c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Put the namespace Detail into a separate file

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    93bf62b View commit details
    Browse the repository at this point in the history
  2. Exemplify IR::Traversal on few places in testgen

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    73a71c8 View commit details
    Browse the repository at this point in the history
  3. Try using quote includes

    Signed-off-by: Vladimír Štill <[email protected]>
    vlstill committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fb2436e View commit details
    Browse the repository at this point in the history