[flang-commits] [flang] [flang] Create temporaries for array sections passed to IGNORE_TKR dummy args (PR #147419)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Jul 8 08:55:57 PDT 2025
================
@@ -1173,6 +1173,22 @@ bool HasVectorSubscript(const Expr<SomeType> &expr) {
return HasVectorSubscriptHelper{}(expr);
}
+// HasTriplet()
----------------
eugeneepshteyn wrote:
If `mustBeMadeContiguous()` returns true, then this eventually gets to `isSimplyContiguous()` which is a helper function that calls `Fortran::evaluate::IsSimplyContiguous()`.
https://github.com/llvm/llvm-project/pull/147419
More information about the flang-commits
mailing list