mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[RISCV] Don't enable Interleaved Access Vectorization
The patch https://reviews.llvm.org/D101469 is intended to enable loop unrolling, not interleaved access vectorization. The method bool enableInterleavedAccessVectorization() should not be implemented.
This commit is contained in:
parent
981cf746b0
commit
1271774638
@ -178,7 +178,6 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool enableInterleavedAccessVectorization() { return true; }
|
|
||||||
unsigned getMaxInterleaveFactor(unsigned VF) {
|
unsigned getMaxInterleaveFactor(unsigned VF) {
|
||||||
return ST->getMaxInterleaveFactor();
|
return ST->getMaxInterleaveFactor();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user