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

Let CTFE to handle partially uninitialized unions without marking the entire value as uninitialized. #94527

Merged
merged 3 commits into from
Apr 5, 2022

Commits on Apr 5, 2022

  1. Mark scalar layout unions so that backends that do not support partia…

    …lly initialized scalars can special case them.
    oli-obk committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d32ce37 View commit details
    Browse the repository at this point in the history
  2. mir-interpret now treats unions as non-immediate, even if they have s…

    …calar layout, allowing partially initializing them
    oli-obk committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    09b291f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d57b755 View commit details
    Browse the repository at this point in the history