[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Automate operand structure definition (PR #99508)
Jeff Niu
llvmlistbot at llvm.org
Fri Aug 23 09:14:32 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 = ?;
----------------
Mogball wrote:
Sorry, I don't know why my email notifications aren't going through. I got this one now
https://github.com/llvm/llvm-project/pull/99508
More information about the Mlir-commits
mailing list