[flang-commits] [flang] [mlir] [MLIR][OpenMP] Automate operand structure definition (PR #99508)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Thu Aug 22 02:16:13 PDT 2024
================
@@ -408,17 +408,26 @@ class ElementsAttrBase<Pred condition, string summary> :
let storageType = [{ ::mlir::ElementsAttr }];
let returnType = [{ ::mlir::ElementsAttr }];
let convertFromStorage = "$_self";
+
+ // The underlying C++ value type of each element.
+ string elementReturnType = ?;
----------------
skatrak wrote:
Ping again! Is there anything I can do to unblock progress on this? Thank you for your time.
https://github.com/llvm/llvm-project/pull/99508
More information about the flang-commits
mailing list