mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
b66ead827c
Remove dummy loads on offload codegen The current logic generates two dummy loads to prevent some globals from being optimized away. This blocks memtransfer loop hoisting optimizations, so it's time to remove them. r? @ZuseZ4