Skip to content

Commit 30ec534

Browse files
committed
[flang] Re-enable setting noalias on procedure arguments.
This is a follow-up on llvm#140803, which was disabled in llvm#142128 due to llvm#143219.
1 parent 313b52f commit 30ec534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Passes/Pipelines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/// Force setting the no-alias attribute on fuction arguments when possible.
1616
static llvm::cl::opt<bool> forceNoAlias("force-no-alias", llvm::cl::Hidden,
17-
llvm::cl::init(false));
17+
llvm::cl::init(true));
1818

1919
namespace fir {
2020

0 commit comments

Comments
 (0)