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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 01:22:29 PST 2020


foad added a comment.

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


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