We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1244 commit 9caba54Copy full SHA for 9caba54
flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
@@ -251,7 +251,7 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v) {
251
bool followBoxData{mlir::isa<fir::BaseBoxType>(v.getType())};
252
bool isBoxRef{fir::isa_ref_type(v.getType()) &&
253
mlir::isa<fir::BaseBoxType>(fir::unwrapRefType(v.getType()))};
254
- bool followingData = !isBoxRef || followBoxData;
+ bool followingData = !isBoxRef;
255
mlir::SymbolRefAttr global;
256
Source::Attributes attributes;
257
while (defOp && !breakFromLoop) {
0 commit comments