Revert "[LoopVectorizer] Inloop vector reductions"
This reverts commit e9761688. It breaks the build: ``` ~/src/llvm-project/llvm/lib/Analysis/IVDescriptors.cpp:868:10: error: no viable conversion from returned value of type 'SmallVector<[...], 8>' to function return type 'SmallVector<[...], 4>' return ReductionOperations; ```
Loading
Please sign in to comment