[PATCH] D136051: [CodeGen] Introduce a flag to allow same cycle def-use schedule

Suyog Sarda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 10:58:08 PDT 2022


ssarda added a comment.

I agree that orderDependence() need to be more robust. However, we can't penalize pipeliner scheduling where def-use are in same cycle. I may add a TODO as of now and keep the flag. Once orderDependence() is fixed, we may remove the flag. Does it sound good?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136051



More information about the llvm-commits mailing list