Now that we prioritize copying trivial types over using const-references where possible, I found some cases where, after the transformation, the loop was using the address of the local copy instead of the original object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM