mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 20:00:38 +00:00
cg_llvm: use index-based loop in write_operand_repeatedly This should be easier for LLVM to analyze. Fixes #111603 This needs a perf run. [cc](https://github.com/rust-lang/rust/issues/111603#issuecomment-1567531178) `@caojoshua`