[PATCH] D43635: [Power9] Add missing instructions to the Power 9 scheduler

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 10:14:30 PST 2018


stefanp created this revision.
stefanp added reviewers: kbarton, nemanjai, inouehrs, sfertile, lei, syzaara, echristo, hfinkel.

In light of patch https://reviews.llvm.org/D43235 we realized that not all of the instructions available for use on Power 9 have resources defined for the scheduler.

This is the first in a series of patches that will define more instructions using `InstRW` so that we can move away from `ItinRW` and ultimately have a complete Power 9 scheduler.


https://reviews.llvm.org/D43635

Files:
  lib/Target/PowerPC/P9InstrResources.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43635.135454.patch
Type: text/x-patch
Size: 5944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/a933ae75/attachment.bin>


More information about the llvm-commits mailing list