diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h b/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h index 8dacae0abb7b..2934b0151f4d 100644 --- a/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h +++ b/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h @@ -57,7 +57,7 @@ public: unsigned AddrSpace) const; bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) const; - unsigned getMaxInterleaveFactor(unsigned VF); + unsigned getMaxInterleaveFactor(ElementCount VF); InstructionCost getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind, const Instruction *I = nullptr); using BaseT::getVectorInstrCost; |
