mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
58597717e2
Operand::extract_field: only cast llval if it's a pointer and replace bitcast w/ pointercast. Fixes #105439. Also cc `@erikdesjardins,` looks like another place to cleanup as part of #105545
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.