[PATCH] D72031: [Scheduling] Create the missing dependency edges for store cluster

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 04:25:15 PST 2019


fhahn added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/macro-fusion.ll:22
+
+; Verify that, the load/store cluster creates the necessary dependencies
+; between two fused stores.
----------------
This should probably go into a different file, as it’s load/store clustering and not macro fusion 


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

https://reviews.llvm.org/D72031





More information about the llvm-commits mailing list