================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to