mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
LoopVectorize: Remove initializer list that blocks MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227766 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
604e1b770c
commit
f9fd8193fb
@ -558,10 +558,10 @@ public:
|
||||
: NumPredStores(0), TheLoop(L), SE(SE), DL(DL), TLI(TLI), TheFunction(F),
|
||||
TTI(TTI), Induction(nullptr), WidestIndTy(nullptr),
|
||||
LAA(F, L, SE, DL, TLI, AA, DT,
|
||||
{MaxVectorWidth, VectorizationFactor, VectorizationInterleave,
|
||||
RuntimeMemoryCheckThreshold}),
|
||||
HasFunNoNaNAttr(false) {
|
||||
}
|
||||
LoopAccessAnalysis::VectorizerParams(
|
||||
MaxVectorWidth, VectorizationFactor, VectorizationInterleave,
|
||||
RuntimeMemoryCheckThreshold)),
|
||||
HasFunNoNaNAttr(false) {}
|
||||
|
||||
/// This enum represents the kinds of reductions that we support.
|
||||
enum ReductionKind {
|
||||
|
Loading…
x
Reference in New Issue
Block a user