[flang-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Jan 30 15:11:10 PST 2024
================
@@ -101,6 +101,7 @@ struct SymbolBox : public fir::details::matcher<SymbolBox> {
[](const fir::FortranVariableOpInterface &x) {
return fir::FortranVariableOpInterface(x).getBase();
},
+ [](const fir::MutableBoxValue &x) { return x.getAddr(); },
----------------
clementval wrote:
Why do you need to add this? It should fall in the line below no?
https://github.com/llvm/llvm-project/pull/79862
More information about the flang-commits
mailing list