[all-commits] [llvm/llvm-project] 3472d4: [MLIR][Doc] Prepend "Variadic of" in front of vari...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue Oct 17 13:50:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3472d4d4c311bfed6fc316fb5834bfb50d409421
      https://github.com/llvm/llvm-project/commit/3472d4d4c311bfed6fc316fb5834bfb50d409421
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M flang/test/Fir/invalid.fir
    M flang/test/HLFIR/invalid.fir
    M mlir/include/mlir/IR/CommonTypeConstraints.td
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/LLVMIR/invalid.mlir
    M mlir/test/Dialect/Linalg/invalid.mlir
    M mlir/test/IR/operand.mlir
    M mlir/test/IR/result.mlir

  Log Message:
  -----------
  [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       |




More information about the All-commits mailing list