[PATCH] D28152: Cortex-A57 scheduling model for ARM backend (AArch32)

Andrew Zhogin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:58:11 PST 2017


andrew.zhogin updated this revision to Diff 84852.
andrew.zhogin added a comment.

More optimal (compact) way to describe LDM/VLDM scheduling info using list<SchedWriteRes> (from ARMScheduleA9.td).


https://reviews.llvm.org/D28152

Files:
  include/llvm/CodeGen/TargetSchedule.h
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMBaseInstrInfo.h
  lib/Target/ARM/ARMSchedule.td
  lib/Target/ARM/ARMScheduleA57.td
  lib/Target/ARM/ARMScheduleA57WriteRes.td
  test/CodeGen/ARM/cortex-a57-misched-alu.ll
  test/CodeGen/ARM/cortex-a57-misched-basic.ll
  test/CodeGen/ARM/cortex-a57-misched-ldm-wrback.ll
  test/CodeGen/ARM/cortex-a57-misched-ldm.ll
  test/CodeGen/ARM/cortex-a57-misched-stm-wrback.ll
  test/CodeGen/ARM/cortex-a57-misched-stm.ll
  test/CodeGen/ARM/cortex-a57-misched-vfma.ll
  test/CodeGen/ARM/cortex-a57-misched-vldm-wrback.ll
  test/CodeGen/ARM/cortex-a57-misched-vldm.ll
  test/CodeGen/ARM/cortex-a57-misched-vstm-wrback.ll
  test/CodeGen/ARM/cortex-a57-misched-vstm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28152.84852.patch
Type: text/x-patch
Size: 120463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/fcd5290a/attachment.bin>


More information about the llvm-commits mailing list