[PATCH] D155077: [MachinePipeliner] Fix a bug in write-after-read scheduling

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 15:28:11 PDT 2023


bcahoon added a comment.

In your test case, does the addLoopCarriedDependences function add a Barrier edge between the load and store? If so, that should prevent the case described in the comment.


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

https://reviews.llvm.org/D155077



More information about the llvm-commits mailing list