rust/compiler/rustc_codegen_ssa
Yuki Okushi 58597717e2
Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obk
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
2023-05-07 14:12:14 +09:00
..
src Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obk 2023-05-07 14:12:14 +09:00
Cargo.toml Fix Unreadable non-UTF-8 output on localized MSVC 2023-04-27 09:58:18 +01:00
messages.ftl Fix static string lints 2023-04-25 18:59:55 +01:00
README.md

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