[Mlir-commits] [mlir] [mlir] Add property combinators, initial ODS support (PR #94732)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Jun 19 09:56:21 PDT 2024
================
@@ -29,7 +29,6 @@ class Property<string storageTypeParam = "", string desc = ""> {
//
// Format:
// - `$_storage` will contain the property in the storage type.
- // - `$_ctxt` will contain an `MLIRContext *`.
----------------
krzysz00 wrote:
Yeah, since this can be used in contexts where there's no MLIR context easily available, I've removed that parameter
https://github.com/llvm/llvm-project/pull/94732
More information about the Mlir-commits
mailing list