[PATCH] D53450: [Pipeliner] Ignore Artificial dependences while computing recurrences.

Sumanth Gundapaneni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 13:15:01 PDT 2018


sgundapa created this revision.
sgundapa added a reviewer: bcahoon.
Herald added a subscriber: llvm-commits.

The artificial dependencies are not real dependencies. In some cases, they
form circuits with bigger MII. However, they are used to schedule instructions
better.


Repository:
  rL LLVM

https://reviews.llvm.org/D53450

Files:
  lib/CodeGen/MachinePipeliner.cpp
  test/CodeGen/Hexagon/swp-art-deps-rec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53450.170244.patch
Type: text/x-patch
Size: 6445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181019/ca0d148e/attachment.bin>


More information about the llvm-commits mailing list