[PATCH] D139993: [LoopFusion] Sorting of undominated FusionCandidates crashes

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:53:00 PST 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopFusion/undominated_loops.ll:7
+; CHECK: *** Fusion Candidate Set ***
+; CHECK: entry.vector.body_crit_edge
+; CHECK: for.cond.cleanup5.vector.body23_crit_edge
----------------
If this now fuses loops we didn't fuse before (because it was crashing), it would probably be good to check the generated IR


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

https://reviews.llvm.org/D139993



More information about the llvm-commits mailing list