[llvm] [NFC][LoopDistribute] Add test for doubly nested loop (PR #179263)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 3 20:53:43 PST 2026


================
@@ -0,0 +1,131 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -aa-pipeline=basic-aa -passes=loop-distribute -enable-loop-distribute -verify-loop-info -verify-dom-info -S \
+; RUN:   < %s | FileCheck %s
+
+; Doubly nested loop with two statements in the innermost loop.
+; Statement 2 is distributable because there is no dependence between S1 and S2.
----------------
madhur13490 wrote:

Done, thanks!

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


More information about the llvm-commits mailing list