commit | dae2a20a56b28b4685249982a80a0043b7673e09 | [log] [tgz] |
---|---|---|
author | Vincent Lejeune <vljn@ovi.com> | Wed Apr 03 16:49:34 2013 +0000 |
committer | Vincent Lejeune <vljn@ovi.com> | Wed Apr 03 16:49:34 2013 +0000 |
tree | 862720e880329ce30957a376dba01afa2515f3b2 | |
parent | 1ac8f9073ce0fd0e247b477a427b35fa383cb3bd [diff] [blame] |
R600: Factorize maximum alu per clause in a single location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178667 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/R600/R600InstrInfo.cpp b/lib/Target/R600/R600InstrInfo.cpp index 0865098..b232188 100644 --- a/lib/Target/R600/R600InstrInfo.cpp +++ b/lib/Target/R600/R600InstrInfo.cpp
@@ -645,6 +645,9 @@ return &AMDGPU::IndirectRegRegClass; } +unsigned R600InstrInfo::getMaxAlusPerClause() const { + return 115; +} MachineInstrBuilder R600InstrInfo::buildDefaultInstruction(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,