[llvm] r285566 - [SystemZ] Model 2 VBU units (not 1) in SystemZScheduleZ13.td.
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 06:05:49 PDT 2016
Author: jonpa
Date: Mon Oct 31 08:05:48 2016
New Revision: 285566
URL: http://llvm.org/viewvc/llvm-project?rev=285566&view=rev
Log:
[SystemZ] Model 2 VBU units (not 1) in SystemZScheduleZ13.td.
NFC.
Review: Ulrich Weigand.
Modified:
llvm/trunk/lib/Target/SystemZ/SystemZScheduleZ13.td
Modified: llvm/trunk/lib/Target/SystemZ/SystemZScheduleZ13.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZScheduleZ13.td?rev=285566&r1=285565&r2=285566&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZScheduleZ13.td (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZScheduleZ13.td Mon Oct 31 08:05:48 2016
@@ -67,7 +67,7 @@ def Z13_VecFPdUnit : ProcResource<2> {
def Z13_VecMulUnit : ProcResource<2>;
def Z13_VecStrUnit : ProcResource<2>;
def Z13_VecXsPmUnit : ProcResource<2>;
-def Z13_VBUnit : ProcResource<1>;
+def Z13_VBUnit : ProcResource<2>;
// Subtarget specific definitions of scheduling resources.
def : WriteRes<FXa, [Z13_FXaUnit]> { let Latency = 1; }
More information about the llvm-commits
mailing list