[clang] [flang] [llvm] add -floop-fuse to clang and flang (PR #142686)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 3 21:57:45 PDT 2025


================
@@ -34,6 +34,7 @@ page](https://llvm.org/releases/).
 
 * -floop-interchange is now recognized by flang.
 * -floop-interchange is enabled by default at -O2 and above.
+* -fexperimental-fuse-loops is now recognized by flang.
----------------
madhur13490 wrote:

We should make a similar entry in `clang/docs/ReleaseNotes.md`.

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


More information about the llvm-commits mailing list