[Mlir-commits] [mlir] [mlir][docgen] Display full attribute descriptions in expandable regions (PR #67009)

Benjamin Maxwell llvmlistbot at llvm.org
Tue Sep 26 04:10:56 PDT 2023


================
@@ -195,13 +202,34 @@ static void emitOpDoc(const Operator &op, raw_ostream &os) {
     // TODO: Attributes are only documented by TableGen name, with no further
     // info. This should be improved.
----------------
MacDue wrote:

I've just removed it since I don't think that's true anymore. 

https://github.com/llvm/llvm-project/pull/67009


More information about the Mlir-commits mailing list