Files
rust/compiler/rustc_codegen_gcc/src
bors 3266c36624 Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillot
Optimize scalar and scalar pair representations loaded from ByRef in llvm

in https://github.com/rust-lang/rust/pull/105653 I noticed that we were generating suboptimal LLVM IR if we had a `ConstValue::ByRef` that could be represented by a `ScalarPair`. Before https://github.com/rust-lang/rust/pull/105653 this is probably rare, but after it, every slice will go down this suboptimal code path that requires LLVM to untangle a bunch of indirections and translate static allocations that are only used once to read a scalar pair from.
2023-05-30 10:31:10 +00:00
..
2023-03-05 12:31:16 -05:00
2023-05-07 12:38:47 +01:00
2023-04-27 08:35:19 +01:00
2022-11-15 17:53:50 +00:00
2023-03-05 12:31:16 -05:00
2023-04-27 08:35:19 +01:00