Skip to content

Commit

Permalink
Rollup merge of #120773 - Enselic:copy-vs-move, r=oli-obk
Browse files Browse the repository at this point in the history
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.

Part of the "Differentiate between Operand::Move and Operand::Copy" step of rust-lang/rust#83518.

r? `@oli-obk` (who I think is still E-mentor?)
  • Loading branch information
matthiaskrgr authored Feb 11, 2024
2 parents d28086f + a4386f5 commit d4e7044
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d4e7044

Please sign in to comment.