[flang-commits] [flang] [flang] fix isSimplyContiguous and isOptional hlfir::Entity methods (PR #125215)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Fri Jan 31 08:48:10 PST 2025


================
@@ -963,9 +982,69 @@ llvm::SmallVector<mlir::Value> hlfir::genLoopNestWithReductions(
   return outerLoop->getResults();
 }
 
+template <typename Lambda>
+static fir::ExtendedValue
+conditionnalyEvaluate(mlir::Location loc, fir::FirOpBuilder &builder,
----------------
vzakhari wrote:

nit:
```suggestion
conditionallyEvaluate(mlir::Location loc, fir::FirOpBuilder &builder,
```

https://github.com/llvm/llvm-project/pull/125215


More information about the flang-commits mailing list