OSDN Git Service

[PPC] Fix the scheduling of CR logicals on the P7
authorHal Finkel <hfinkel@anl.gov>
Thu, 2 Jan 2014 21:38:26 +0000 (21:38 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 2 Jan 2014 21:38:26 +0000 (21:38 +0000)
commitd151389bd1909103ae3063bf470eb4d44abab468
tree928ed488ca4767be5aecec43dfdc1e6f619af84e
parent628dca146eb20a652704d475e41af75eb9b28a44
[PPC] Fix the scheduling of CR logicals on the P7

CR logicals (crand, crxor, etc.) on the P7 need to be in the first slot of each
dispatch group. The old itinerary entry was just wrong (but has not mattered
because we don't generate these instructions).

This will matter when, in an upcoming commit, we start generating these
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198359 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCScheduleP7.td