Files
rust/compiler/rustc_codegen_llvm/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-05-08 10:34:15 -07:00
2023-05-26 15:18:54 -04:00
2023-05-26 15:18:54 -04:00
2023-04-05 15:08:17 +03:00
2023-02-22 17:04:58 +00:00