[Mlir-commits] [flang] [mlir] [WIP] Delayed privatization. (PR #79862)
Kareem Ergawy
llvmlistbot at llvm.org
Wed Jan 31 03:08:57 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(); },
----------------
ergawy wrote:
This was a debugging leftover :). Cleaned up things a bit more but there is still work to do in the PR of course.
https://github.com/llvm/llvm-project/pull/79862
More information about the Mlir-commits
mailing list