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

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Thu Mar 26 08:10:05 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
----------------
eugeneepshteyn wrote:

Trying to understand the comment: `is always and` ... should `and` be removed?

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


More information about the flang-commits mailing list