[llvm] [LoopFusion] Allow fusing adjacent loops with same-iteration scalar deps (PR #216242)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 22:08:10 PDT 2026


================
@@ -0,0 +1,80 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=loop-simplify,loop-fusion -stats -disable-output < %s 2>&1 | FileCheck %s --check-prefix=STAT
----------------
madhur13490 wrote:

Following the precedent in the exisiting tests, don't add -stats; other checks are enough. This way you can also get rid of the "NOTE:..." line generated by UTC.

https://github.com/llvm/llvm-project/pull/216242


More information about the llvm-commits mailing list