[flang-commits] [flang] [flang] get rid of descriptor in scalar type is (PR #188762)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Mar 26 08:16:00 PDT 2026


================
@@ -48,7 +48,9 @@ class BaseBoxType : public mlir::Type {
   mlir::Type getEleTy() const;
 
   /// Get the raw address type of the memory described by the box.
-  mlir::Type getBaseAddressType() const;
+  /// When \p dropHeapOrPtr is true, the returned type is always and
----------------
clementval wrote:

probably `is always a fir::ReferenceType`

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


More information about the flang-commits mailing list