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

Reuse codegen_ssa monomorphization errors in codegen_gcc #113877

Commits on Jul 20, 2023

  1. UPDATE - replace gcc monomorphization errors with ssa ones

    Reduces error duplication and makes it more consistent across backends
    JhonnyBillM committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    051615e View commit details
    Browse the repository at this point in the history
  2. UPDATE - replace expected_simd error with one from codegen_ssa

    Here I am assuming we want to treat these parameters (input, first, second, third, return) as translatable
    JhonnyBillM committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7a888fb View commit details
    Browse the repository at this point in the history