[PATCH] D72800: [MachineScheduler] Don't swap when we can't cluster

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 07:50:11 PST 2020


jsji added a comment.

In D72800#1823492 <https://reviews.llvm.org/D72800#1823492>, @foad wrote:

> This patch would only change behaviour if the target's shouldClusterMemOps(SUa, SUb) might return a different answer from shouldClusterMemOps(SUb, SUa).


Yes, agree. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72800





More information about the llvm-commits mailing list