Unverified Commit 3472d4d4 authored by Mehdi Amini's avatar Mehdi Amini Committed by GitHub
Browse files

[MLIR][Doc] Prepend "Variadic of" in front of variadic operands (#69285)

Table of Operands for operations like:

https://mlir.llvm.org/docs/Dialects/MemRef/#operands-6

Don't distinguish variadic ODS operands from others right now.

After this change, it'll print:

| Operand      | Description       |
| dynamicSizes | Variadic of index |

instead of:

| Operand      | Description |
| dynamicSizes | index       |
parent e9b9a1d3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment