[PATCH] D67694: [Power9] Fix the missing pseudo instruction scheduling information for power9

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 00:07:13 PDT 2019


steven.zhang created this revision.
steven.zhang added reviewers: jsji, nemanjai, kbarton, hfinkel, power-llvm-team.
Herald added subscribers: wuzish, jfb, MaskRay, hiraditya.
Herald added a project: LLVM.
steven.zhang removed a reviewer: power-llvm-team.

For now, we didn't set any scheduling information for pseudo instructions. However, many pseudo instruction(i.e. LDtocL etc) should have the scheduling information. Create a new class for those pseudo instruction that require the scheduling information to improve the scheduler.


https://reviews.llvm.org/D67694

Files:
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrFormats.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/sms-cpy-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67694.220616.patch
Type: text/x-patch
Size: 16725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190918/e1f8f5ee/attachment.bin>


More information about the llvm-commits mailing list