computeHeuristicUnrollFactor(): Fix static analyzer warnings with uninitialized variables warnings - NFCI
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
The static analyzer is broken and giving a false positive report. llvm::ApproximateLoopSize() always assigns to those byref arguments. I'm not certain there's much value from forcing an initialization here, but if LLVM folks want the changes, I wouldn't block them.