[all-commits] [llvm/llvm-project] f6bfbc: [mlir] flush output in transform.print (#121382)
ftynse via All-commits
all-commits at lists.llvm.org
Mon Jan 6 01:48:01 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6bfbc87779ef2079e9b1356ac21381659f13fbb
https://github.com/llvm/llvm-project/commit/f6bfbc87779ef2079e9b1356ac21381659f13fbb
Author: Oleksandr "Alex" Zinenko <git at ozinenko.com>
Date: 2025-01-06 (Mon, 06 Jan 2025)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir] flush output in transform.print (#121382)
Print operations are often used for debugging, immediately before the
compiler aborts. In such cases, it is sometimes possible that the output
isn't fully produced yet. Make sure it is by explicitly flushing the
output.
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