[flang-commits] [flang] [flang] Inline hlfir.copy_in for trivial types (PR #138718)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Thu May 29 11:07:36 PDT 2025
================
@@ -967,6 +969,15 @@ hlfir::LoopNest hlfir::genLoopNest(mlir::Location loc,
auto ub = builder.createConvert(loc, indexType, extent);
auto doLoop =
builder.create<fir::DoLoopOp>(loc, one, ub, one, isUnordered);
+ if (!couldVectorize) {
----------------
vzakhari wrote:
This seems to be an unrelated change.
https://github.com/llvm/llvm-project/pull/138718
More information about the flang-commits
mailing list