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

Ramkrishnan Narayanan Komala via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 11:38:49 PST 2022


ram-NK marked an inline comment as done.
ram-NK added a comment.

@fhahn,

> If this now fuses loops we didn't fuse before (because it was crashing), it would probably be good to check the generated IR

Corrected the IR with generated IR. Loops in the test IR will not fuse. Before, loops are not fused because of crash. Now the loops are not fused based on the proper profitable check.


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

https://reviews.llvm.org/D139993



More information about the llvm-commits mailing list