We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec59ab commit 4c901c4Copy full SHA for 4c901c4
lib/gc/Transforms/CPUPhysicalRegisterPass.cpp
@@ -2747,7 +2747,7 @@ void GroupOperationFusionImpl::scalarOperandFromElements() {
2747
SmallVector<std::queue<Operation *>, 8> &opGroups =
2748
getGroupOperationFusion().getOpGroups();
2749
size_t idx = 0;
2750
- for (auto grp : opGroups) {
+ for (auto &grp : opGroups) {
2751
std::queue<Operation *> tmpQueue(grp);
2752
while (!tmpQueue.empty()) {
2753
auto op = tmpQueue.front();
0 commit comments