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

large_assignments: Allow moves into functions #120773

Merged
merged 3 commits into from
Feb 11, 2024
Merged

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1a0200e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. large_assignments: Allow moves into functions

    Moves into functions are typically implemented with pointer passing
    rather than memcpy's at the llvm-ir level, so allow moves into
    functions.
    Enselic committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e2979a8 View commit details
    Browse the repository at this point in the history
  2. tests/ui/lint/large_assignments: only-x86_64 -> only-64bit

    So that devs on aarch64 can also bless tests.
    Enselic committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a4fbd01 View commit details
    Browse the repository at this point in the history