[all-commits] [llvm/llvm-project] 95215a: [NFC][MLIR][TableGen] Change `emitSummaryAndDescCo...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Mon Oct 6 07:59:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95215a3f0d5931fb47a0655cfb6825d8a904ce1e
      https://github.com/llvm/llvm-project/commit/95215a3f0d5931fb47a0655cfb6825d8a904ce1e
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-10-06 (Mon, 06 Oct 2025)

  Changed paths:
    M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
    M mlir/tools/mlir-tblgen/CppGenUtilities.cpp
    M mlir/tools/mlir-tblgen/CppGenUtilities.h
    M mlir/tools/mlir-tblgen/DialectGen.cpp
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp

  Log Message:
  -----------
  [NFC][MLIR][TableGen] Change `emitSummaryAndDescComments` to write to os directly (#162014)

Change `emitSummaryAndDescComments` to directly write to the output
stream, avoiding creating large intermediate strings.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list