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 306b5a3 commit 977d6cfCopy full SHA for 977d6cf
llvm/lib/Transforms/Scalar/LoopDistribute.cpp
@@ -520,7 +520,7 @@ class InstPartitionContainer {
520
// -1 means belonging to multiple partitions.
521
else if (Partition == -1)
522
break;
523
- else if (Partition != (int)ThisPartition)
+ else if (Partition != ThisPartition)
524
Partition = -1;
525
}
526
assert(Partition != -2 && "Pointer not belonging to any partition");
0 commit comments