[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
================
@@ -43,6 +43,7 @@ CODEGENOPT(StackArrays, 1, 0) ///< -fstack-arrays (enable the stack-arrays pass)
CODEGENOPT(VectorizeLoop, 1, 0) ///< Enable loop vectorization.
CODEGENOPT(VectorizeSLP, 1, 0) ///< Enable SLP vectorization.
CODEGENOPT(InterchangeLoops, 1, 0) ///< Enable loop interchange.
+CODEGENOPT(FuseLoops, 1, 0) ///< Enable loop fusion.
----------------
tarunprabhu wrote:
NIT: The trailing comment does not need to be aligned with the previous trailing comment. I assume that this was done manually.
https://github.com/llvm/llvm-project/pull/142686
More information about the llvm-commits
mailing list