summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
diff options
context:
space:
mode:
authorQingShan Zhang <qshanz@cn.ibm.com>2018-09-03 03:14:29 +0000
committerQingShan Zhang <qshanz@cn.ibm.com>2018-09-03 03:14:29 +0000
commitc2b6c547dc28b5a50701a70f2295267ab9f05deb (patch)
treebd9a5729d64007ef3e9eef79b680b16dd2bee6f3 /clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
parent17e709b66ac01f097e124ab058f0e483b597492d (diff)
downloadbcm5719-llvm-c2b6c547dc28b5a50701a70f2295267ab9f05deb.tar.gz
bcm5719-llvm-c2b6c547dc28b5a50701a70f2295267ab9f05deb.zip
[PowerPC] Add Itineraries of IIC_IntRotateDI 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/D51506 llvm-svn: 341293
Diffstat (limited to 'clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud