mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 18:24:00 +00:00
Fix the enumerator names for ShuffleKind to match tho coding standards,
and make its comments doxygen comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2437,7 +2437,7 @@ LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) {
|
||||
SI->getAlignment(),
|
||||
SI->getPointerAddressSpace());
|
||||
if (Reverse)
|
||||
Cost += TTI->getShuffleCost(TargetTransformInfo::Reverse,
|
||||
Cost += TTI->getShuffleCost(TargetTransformInfo::SK_Reverse,
|
||||
VectorTy, 0);
|
||||
return Cost;
|
||||
}
|
||||
@ -2479,7 +2479,7 @@ LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) {
|
||||
LI->getAlignment(),
|
||||
LI->getPointerAddressSpace());
|
||||
if (Reverse)
|
||||
Cost += TTI->getShuffleCost(TargetTransformInfo::Reverse,
|
||||
Cost += TTI->getShuffleCost(TargetTransformInfo::SK_Reverse,
|
||||
VectorTy, 0);
|
||||
return Cost;
|
||||
}
|
||||
|
Reference in New Issue
Block a user