rust/compiler/rustc_codegen_ssa
Erik Desjardins 2ff5a3e38b Attach range metadata to alignment loads from vtables
...because alignment is always nonzero.

This helps eliminate redundant runtime alignment checks, when a DST
is a field of a struct whose remaining fields have alignment 1.
2021-12-05 16:07:27 -05:00
..
2021-10-03 16:08:54 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.