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

transformations: (scf-to-cf) add lowering for index_switch #3179

Merged
merged 6 commits into from
Sep 25, 2024

Commits on Sep 17, 2024

  1. Add index_switch lowering

    alexarice committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    63c13b5 View commit details
    Browse the repository at this point in the history
  2. Actually add lowering

    alexarice committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4707f45 View commit details
    Browse the repository at this point in the history
  3. Add test

    alexarice committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0598203 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Update xdsl/transforms/convert_scf_to_cf.py

    Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
    alexarice and superlopuh authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    88bb8cd View commit details
    Browse the repository at this point in the history
  2. Outline helper

    alexarice committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cf7c7b5 View commit details
    Browse the repository at this point in the history
  3. Formatting

    alexarice committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3bfcfe3 View commit details
    Browse the repository at this point in the history