[flang-commits] [flang] [flang] Set assumed-size last extent to -1 (PR #79156)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Jan 23 09:41:23 PST 2024


================
@@ -822,6 +821,16 @@ static mlir::Type getEleTy(mlir::Type ty) {
   return ReferenceType::get(eleTy);
 }
 
+// This is an unsafe safe way to deduce this (won't be true in internal
----------------
clementval wrote:

unsafe safe? Is this what you meant? 

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


More information about the flang-commits mailing list