Mehdi Amini 3472d4d4c3
[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       |
2023-10-17 13:50:01 -07:00
..
2022-09-19 09:58:18 -07:00
2023-05-01 23:16:34 -07:00