]> git.lizzy.rs Git - rust.git/commit
Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 29 Nov 2018 02:56:24 +0000 (02:56 +0000)
committerbors <bors@rust-lang.org>
Thu, 29 Nov 2018 02:56:24 +0000 (02:56 +0000)
commita49316ddc99d9d595193557fc899f6c52e4d9af9
tree50d4aea66b3ada194fe369fd96467d51b4619cba
parent5f387a6032ee7c5e575e06c596328ff556a1675d
parent51cf4e9e91ffcb1ab08bbcfa84841efb38c315e4
Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakis

rustc_codegen_llvm: don't overalign loads of pair operands.

Counterpart to #56300, but for loads instead of stores.