================ @@ -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:
I was partly basing this on the fact that the loop-interchange above does check for both, but if I have not checked if that uses `addOptInFlag`. If there is precedence for not testing it, that's fine too. https://github.com/llvm/llvm-project/pull/142686 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
