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

Reading from the return place is fine #71005

Merged
merged 10 commits into from
Apr 23, 2020
Merged

Reading from the return place is fine #71005

merged 10 commits into from
Apr 23, 2020

Commits on Apr 20, 2020

  1. Treat RETURN_PLACE as a normal Local

    Copy its value to the `return_place` upon leaving a call frame
    jonas-schievink committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4eaf535 View commit details
    Browse the repository at this point in the history
  2. Remove null places

    jonas-schievink committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a417f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ed891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fda0fd View commit details
    Browse the repository at this point in the history
  5. Update const prop

    jonas-schievink committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c5bfbb6 View commit details
    Browse the repository at this point in the history
  6. Fix codegen and mir-opt tests

    Mostly renamed allocations, but I'm not sure about the const prop tests
    jonas-schievink committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a5c1851 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0ab469 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ce6e6a View commit details
    Browse the repository at this point in the history
  9. Use copy_op_transmute

    jonas-schievink committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    9e6f38a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    415fd0c View commit details
    Browse the repository at this point in the history