mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-09 05:36:17 +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`