From 80031d9fc45f9d647a1462d74a44d8070da672bb Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Wed, 3 Apr 2013 16:49:34 +0000 Subject: R600: Factorize maximum alu per clause in a single location llvm-svn: 178667 --- llvm/lib/Target/R600/R600InstrInfo.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/Target/R600/R600InstrInfo.cpp') diff --git a/llvm/lib/Target/R600/R600InstrInfo.cpp b/llvm/lib/Target/R600/R600InstrInfo.cpp index 08650980fd5..b232188a264 100644 --- a/llvm/lib/Target/R600/R600InstrInfo.cpp +++ b/llvm/lib/Target/R600/R600InstrInfo.cpp @@ -645,6 +645,9 @@ const TargetRegisterClass *R600InstrInfo::getSuperIndirectRegClass() const { return &AMDGPU::IndirectRegRegClass; } +unsigned R600InstrInfo::getMaxAlusPerClause() const { + return 115; +} MachineInstrBuilder R600InstrInfo::buildDefaultInstruction(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, -- cgit v1.2.3