Skip to content

Commit

Permalink
vec perm can go down either pipeline on P8.
Browse files Browse the repository at this point in the history
No observable changes, spotted while looking at the scheduling description.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296277 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Feb 26, 2017
1 parent 3a603f4 commit 0ef3663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/PowerPC/PPCScheduleP8.td
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def P8Itineraries : ProcessorItineraries<
InstrStage<1, [P8_FPU1, P8_FPU2]>],
[7, 1, 1]>,
InstrItinData<IIC_VecPerm , [InstrStage<1, [P8_DU1, P8_DU2], 0>,
InstrStage<1, [P8_FPU2, P8_FPU2]>],
InstrStage<1, [P8_FPU1, P8_FPU2]>],
[3, 1, 1]>
]>;

Expand Down

0 comments on commit 0ef3663

Please sign in to comment.