[all-commits] [llvm/llvm-project] dfbbb7: [MLIR] Introduce a OpWithState class to act as a s...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Aug 1 04:11:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfbbb744384167bc874985c340149e39c107e37f
https://github.com/llvm/llvm-project/commit/dfbbb744384167bc874985c340149e39c107e37f
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M mlir/include/mlir/IR/Operation.h
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
Log Message:
-----------
[MLIR] Introduce a OpWithState class to act as a stream modifier for Operations (NFC) (#151547)
On the model of OpWithFlags, this modifier allows to stream an operation
using a custom AsmPrinter.
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