mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:49:35 +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`