[all-commits] [llvm/llvm-project] 33550b: [mlir] Add operator<< for printing `Block` (#92550)
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat May 18 06:03:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33550b43f49a4e5b20e748936278e55f67e4b929
https://github.com/llvm/llvm-project/commit/33550b43f49a4e5b20e748936278e55f67e4b929
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-05-18 (Sat, 18 May 2024)
Changed paths:
M mlir/include/mlir/Analysis/CFGLoopInfo.h
M mlir/include/mlir/IR/Block.h
M mlir/lib/Analysis/CFGLoopInfo.cpp
M mlir/lib/IR/AsmPrinter.cpp
Log Message:
-----------
[mlir] Add operator<< for printing `Block` (#92550)
Turns out it was already in Analysis/CFGLoopInfo, so just move it
to IR/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