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 50a5b81 commit db2d01aCopy full SHA for db2d01a
llvm/include/llvm/Analysis/TargetTransformInfo.h
@@ -638,8 +638,6 @@ class TargetTransformInfo {
638
/// Fall back to the generic logic to determine whether multi-exit unrolling
639
/// is profitable if set to false.
640
bool RuntimeUnrollMultiExit;
641
-
642
- DenseMap<PHINode *, RecurrenceDescriptor> ParallelizeReductions;
643
};
644
645
/// Get target-customized preferences for the generic loop unrolling
0 commit comments