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

[VAN-503] Convert to/from i1 as needed #47

Merged
merged 5 commits into from
Aug 18, 2023
Merged

[VAN-503] Convert to/from i1 as needed #47

merged 5 commits into from
Aug 18, 2023

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    b747f33 View commit details
    Browse the repository at this point in the history
  2. Simplify logic instruction generation

    - Since these instructions are gated behind the fr_logic calls, we can
      let the argument conversion in create_call handle their conversion
    iangneal committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ed76bd1 View commit details
    Browse the repository at this point in the history
  3. Forgot to add return logic

    iangneal committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a05122c View commit details
    Browse the repository at this point in the history
  4. Update code_producers/src/llvm_elements/instructions.rs

    Co-authored-by: Timothy Hoffman <[email protected]>
    iangneal and tim-hoffman authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    13a9180 View commit details
    Browse the repository at this point in the history
  5. Add br check

    iangneal committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b409702 View commit details
    Browse the repository at this point in the history