[Mlir-commits] [mlir] [mlir] Add loaded URI attribute type (PR #67276)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Sep 26 16:12:57 PDT 2023
================
@@ -1046,6 +1046,92 @@ class DistinctAttr
static DistinctAttr create(Attribute referencedAttr);
};
+//===----------------------------------------------------------------------===//
+// LoadedURIDenseResourceAttr
+//===----------------------------------------------------------------------===//
+
+namespace detail {
+struct LoadedURIDenseResourceAttrStorage;
+} // namespace detail
+
+/// An attribute that parses/prints as a identifier (file & symbol) while in
+/// memory representing the loaded attribute.
+
+class LoadedURIDenseResourceAttr
----------------
jpienaar wrote:
Yes, I was struggling with it a bit. Its been a while ... hence figured get this for discussion and refactor in mechanical way.
https://github.com/llvm/llvm-project/pull/67276
More information about the Mlir-commits
mailing list