[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 11:56:59 PDT 2025


================
@@ -1173,6 +1173,22 @@ bool HasVectorSubscript(const Expr<SomeType> &expr) {
   return HasVectorSubscriptHelper{}(expr);
 }
 
+// HasTriplet()
----------------
eugeneepshteyn wrote:

That would also be a problem with the current source, without my modifications. I'll check what happens in the cases you mentioned.

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


More information about the flang-commits mailing list