summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCoroutine.cpp
diff options
context:
space:
mode:
authorQingShan Zhang <qshanz@cn.ibm.com>2018-09-18 02:05:18 +0000
committerQingShan Zhang <qshanz@cn.ibm.com>2018-09-18 02:05:18 +0000
commitf1b0b47b2d04d9c4d5f0ed0f9970181ef52b0241 (patch)
tree543791e1ee5a545af00c5e0bb7aa3a3d575228df /clang/lib/Sema/SemaCoroutine.cpp
parentdf1a2d8d2baf60a7a9d43ba2c71ac25f5187a155 (diff)
downloadbcm5719-llvm-f1b0b47b2d04d9c4d5f0ed0f9970181ef52b0241.tar.gz
bcm5719-llvm-f1b0b47b2d04d9c4d5f0ed0f9970181ef52b0241.zip
[PowerPC] Add Itineraries of IIC_IntMulHD for P7/P8
When doing some instruction scheduling work, we noticed some missing itineraries. Before we switch to machine scheduler, those missing itineraries might not have impact to actually scheduling, because we can still get same latency due to default values. With machine scheduler, however, itineraries will have impact to scheduling. eg: NumMicroOps will default to be 0 if there is NO itineraries for specific instruction class. And most of the instruction class with itineraries will have NumMicroOps default to 1. This will has impact on the count of RetiredMOps, affects the Pending/Available Queue, then causing different scheduling or suboptimal scheduling further. Patch By: jsji (Jinsong Ji) Differential Revision: https://reviews.llvm.org/D52040 llvm-svn: 342441
Diffstat (limited to 'clang/lib/Sema/SemaCoroutine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud