[Mlir-commits] [mlir] [mlir] Add loaded URI attribute type (PR #67276)
Mehdi Amini
llvmlistbot at llvm.org
Mon Sep 25 13:43:54 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
----------------
joker-eph wrote:
Can this be mostly defined in ODS?
https://github.com/llvm/llvm-project/pull/67276
More information about the Mlir-commits
mailing list