1
Fork 0
rust/compiler/rustc_codegen_ssa/src/mir
bors 5b9e886403 Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb
Ignore ZST offsets when deciding whether to use Scalar/ScalarPair layout

This is important because Scalar/ScalarPair layout previously would not be used if any ZST had nonzero offset.
For example, before this change, only `((), u128)` would be laid out like `u128`, not `(u128, ())`.

Fixes #63244
2020-09-25 14:42:20 +00:00
..
analyze.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
block.rs Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung 2020-09-20 11:02:36 +00:00
constant.rs
coverageinfo.rs
debuginfo.rs
intrinsic.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
mod.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
operand.rs
place.rs Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb 2020-09-25 14:42:20 +00:00
rvalue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
statement.rs