rust/compiler
Scott McMurray 7d537106a1 Let codegen decide when to mem::swap with immediates
Making `libcore` decide this is silly; the backend has so much better information about when it's a good idea.

So introduce a new `typed_swap` intrinsic with a fallback body, but replace that implementation for immediates and scalar pairs.
2024-03-17 11:59:18 -07:00
..
2024-03-08 23:20:29 -05:00
2024-03-12 08:51:20 +00:00
2024-03-12 05:53:46 +00:00
2024-03-09 21:16:43 +08:00