[PATCH] D133572: [MachinePipeliner] Fix the interpretation of the scheduling model

Yuta Mukai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 05:02:02 PDT 2022


ytmukai updated this revision to Diff 459680.
ytmukai added a comment.

- Update Thumb2 tests.
- Refer to the number of micro operations when restricting the number of issues.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133572/new/

https://reviews.llvm.org/D133572

Files:
  llvm/include/llvm/CodeGen/MachinePipeliner.h
  llvm/lib/CodeGen/MachinePipeliner.cpp
  llvm/test/CodeGen/PowerPC/sms-iterator.ll
  llvm/test/CodeGen/PowerPC/sms-phi-1.ll
  llvm/test/CodeGen/PowerPC/sms-phi-2.ll
  llvm/test/CodeGen/Thumb2/mve-pipelineloops.ll
  llvm/test/CodeGen/Thumb2/swp-exitbranchdir.mir
  llvm/test/CodeGen/Thumb2/swp-fixedii-le.mir
  llvm/test/CodeGen/Thumb2/swp-fixedii.mir
  llvm/test/CodeGen/Thumb2/swp-regpressure.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133572.459680.patch
Type: text/x-patch
Size: 28213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220913/75fd723a/attachment-0001.bin>


More information about the llvm-commits mailing list