[all-commits] [llvm/llvm-project] 6ec9b1: [MLIR] Remove spurious space when printing `prop-d...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Jul 2 05:07:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ec9b1b366726311a6c991c68c62f05d61e4b87d
https://github.com/llvm/llvm-project/commit/6ec9b1b366726311a6c991c68c62f05d61e4b87d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/lib/IR/AsmPrinter.cpp
M mlir/lib/IR/Operation.cpp
M mlir/test/mlir-tblgen/op-format.mlir
Log Message:
-----------
[MLIR] Remove spurious space when printing `prop-dict` (#145962)
When there is an elided properties, there use to be an extra space
insert in the prop-dict printing before the dictionnary.
Fix #145695
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