about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-28 12:33:52 +0000
committerbors <bors@rust-lang.org>2023-05-28 12:33:52 +0000
commit39c03fb65268e3331f381714c664a581a6e86b8c (patch)
tree6bccf8406f5cd042d2bdc26408ef64825149a30b /compiler/rustc_monomorphize
parentf59d577838fb0449a2b59ec3525a7fa91509e861 (diff)
parent783b1ce99c86106456329d7fc51c149bc27a282a (diff)
downloadrust-39c03fb65268e3331f381714c664a581a6e86b8c.tar.gz
rust-39c03fb65268e3331f381714c664a581a6e86b8c.zip
Auto merge of #112026 - saethlin:misaligned-addrof, r=pnkfelix
Don't check for misaligned raw pointer derefs inside Rvalue::AddressOf

From https://github.com/rust-lang/rust/pull/112026#issuecomment-1565686697:

rustc 1.70 (stable next week) added a Mir pass to add pointer alignment checks in debug mode. Adding these checks caused some crates to break, but that was expected, since they contain broken code (https://github.com/rust-lang/rust/issues/111487) for tracking that.

However, the checks added are slightly more aggressive than they should have been. Specifically, they also check the place in an `addr_of!` expression. Whether lack of alignment there is or isn't UB is unclear. This PR modifies the pass to not affect those cases.

I spot checked the crater regressions and the ones I saw were not the case that this PR is modifying. It still seems good to not land anything overaggressive though
Diffstat (limited to 'compiler/rustc_monomorphize')
0 files changed, 0 insertions, 0 deletions