[flang-commits] [flang] [flang] Allow `VariableAssignBufferization` to handle `hlfir::ExprType` (PR #115136)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Nov 7 10:00:21 PST 2024
================
@@ -594,15 +594,19 @@ class VariableAssignBufferization
llvm::LogicalResult VariableAssignBufferization::matchAndRewrite(
hlfir::AssignOp assign, mlir::PatternRewriter &rewriter) const {
+
----------------
tblah wrote:
nit (feel free to ignore if you disagree)
```suggestion
```
https://github.com/llvm/llvm-project/pull/115136
More information about the flang-commits
mailing list