[all-commits] [llvm/llvm-project] 3de334: [flang] Disable loop interchange by default (#155279)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Aug 26 02:35:42 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 3de3347d4928df8ff7c3d88516e9d0d0284ebb1c
https://github.com/llvm/llvm-project/commit/3de3347d4928df8ff7c3d88516e9d0d0284ebb1c
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M flang/test/Driver/loop-interchange.f90
Log Message:
-----------
[flang] Disable loop interchange by default (#155279)
Disable loop interchange by default, while keeping the ability to
explicitly enable using `-floop-interchange`. This matches Clang.
See discussion on https://github.com/llvm/llvm-project/pull/140182.
(cherry picked from commit 8849750e998819903dc749411bc9a7cd508a5e8a)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list