]> granicus.if.org Git - llvm/commitdiff
[AArch64][Falkor] Fix number of microops for WriteSTIdx missed in r300892.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 21 Apr 2017 13:37:01 +0000 (13:37 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 21 Apr 2017 13:37:01 +0000 (13:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300975 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64SchedFalkor.td

index be52ab1003dbfa5fd9dae6669ed4c2821ac61d46..cf1c0b66db583b50f32dd52c00931879d6d50ace 100644 (file)
@@ -86,7 +86,7 @@ def : WriteRes<WriteSTP,   [FalkorUnitST, FalkorUnitSD]>
 def : WriteRes<WriteAdr,   [FalkorUnitXYZ]> { let Latency = 1; }
 def : WriteRes<WriteLDIdx, [FalkorUnitLD]> { let Latency = 5; }
 def : WriteRes<WriteSTIdx, [FalkorUnitST, FalkorUnitSD]>
-      { let Latency = 0; let NumMicroOps = 3; }
+      { let Latency = 0; let NumMicroOps = 2; }
 def : WriteRes<WriteF,     [FalkorUnitVXVY, FalkorUnitVXVY]>
       { let Latency = 3; let NumMicroOps = 2; }
 def : WriteRes<WriteFCmp,  [FalkorUnitVXVY]> { let Latency = 2; }