[PATCH] D71717: [MachineScheduler] Ignore artificial edges when forming store chains

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 10:03:17 PST 2019


foad added reviewers: atrick, arsenm, rampitec, nhaehnle.
foad added a comment.
Herald added a subscriber: wdng.

Incidentally I did wonder if `SDep::isCtrl` itself should be taught that an artificial dependency should not be considered a control dependency.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71717





More information about the llvm-commits mailing list