[all-commits] [llvm/llvm-project] 832955: [mlir] Cleanup DialectDocGen to check for the dial...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Oct 12 14:43:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 832955f6c60cf0f6976b6f648f24c21c2ccda93b
      https://github.com/llvm/llvm-project/commit/832955f6c60cf0f6976b6f648f24c21c2ccda93b
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/CMakeLists.txt
    M mlir/tools/mlir-tblgen/OpDocGen.cpp

  Log Message:
  -----------
  [mlir] Cleanup DialectDocGen to check for the dialect early

We only ever generate documentation for one dialect, so there
isn't a good reason to collect every possible dialect entity.

Differential Revision: https://reviews.llvm.org/D135812




More information about the All-commits mailing list