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

[CIR][CIRGen] Support for signed #cir.ptr #598

Merged
merged 3 commits into from
May 18, 2024

Commits on May 11, 2024

  1. [CIR][CIRGen] Support for signed #cir.ptr

    The constant initialization isn't related to the pointee. We should be able to write #cir.ptr<-1 : i64> : !cir.ptr<whatever>
    Laity000 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2d41c96 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    6403290 View commit details
    Browse the repository at this point in the history
  2. format code

    Laity000 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fc8b698 View commit details
    Browse the repository at this point in the history