mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
[SLP] Fix -Wunused-variable. NFC
This commit is contained in:
parent
077fb58cd2
commit
39106fec47
@ -5334,8 +5334,7 @@ bool SLPVectorizerPass::runImpl(Function &F, ScalarEvolution *SE_,
|
||||
|
||||
bool SLPVectorizerPass::vectorizeStoreChain(ArrayRef<Value *> Chain, BoUpSLP &R,
|
||||
unsigned Idx) {
|
||||
const unsigned ChainLen = Chain.size();
|
||||
LLVM_DEBUG(dbgs() << "SLP: Analyzing a store chain of length " << ChainLen
|
||||
LLVM_DEBUG(dbgs() << "SLP: Analyzing a store chain of length " << Chain.size()
|
||||
<< "\n");
|
||||
const unsigned Sz = R.getVectorElementSize(Chain[0]);
|
||||
const unsigned MinVF = R.getMinVecRegSize() / Sz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user