[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Automate operand structure definition (PR #99508)
Sergio Afonso
llvmlistbot at llvm.org
Mon Aug 12 03:06:12 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:
Hello again @Mogball, have you had a chance to think about this proposal? I'd like to decide on an approach to unblock progress on this work. Thank you again!
https://github.com/llvm/llvm-project/pull/99508
More information about the Mlir-commits
mailing list