[clang] [flang] [llvm] Introduce -fexperimental-loop-fuse to clang and flang (PR #142686)

Tarun Prabhu via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 28 11:16:41 PDT 2025


================
@@ -52,6 +52,15 @@
 // CHECK-INTERCHANGE-LOOPS: "-floop-interchange"
 // CHECK-NO-INTERCHANGE-LOOPS: "-fno-loop-interchange"
 
+// RUN: %clang -### -S -fexperimental-loop-fusion %s 2>&1 | FileCheck -check-prefix=CHECK-FUSE-LOOPS %s
----------------
tarunprabhu wrote:

This should check that `-fno-experimental-loop-fusion` is also recognized by clang.

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


More information about the llvm-commits mailing list