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

chore(ssa refactor): Add DenseMap and SparseMap types #1184

Merged
merged 7 commits into from
Apr 20, 2023

Commits on Apr 19, 2023

  1. Add DenseMap and SparseMap

    jfecher committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a218286 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update crates/noirc_evaluator/src/ssa_refactor/ir/map.rs

    Co-authored-by: kevaundray <kevtheappdev@gmail.com>
    jfecher and kevaundray committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    dd6abdc View commit details
    Browse the repository at this point in the history
  2. Update crates/noirc_evaluator/src/ssa_refactor/ir/map.rs

    Co-authored-by: kevaundray <kevtheappdev@gmail.com>
    jfecher and kevaundray committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7bac6aa View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: kevaundray <kevtheappdev@gmail.com>
    jfecher and kevaundray committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7f965aa View commit details
    Browse the repository at this point in the history
  4. Apply cfg test suggestion

    jfecher committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5355b24 View commit details
    Browse the repository at this point in the history
  5. Revert removal of Cast

    jfecher committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d15cc16 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jfecher committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0a34b61 View commit details
    Browse the repository at this point in the history