Current warning message in method addAffineForOpDomain of mlir/lib/Analysis/AffineStructures.cpp is being printed to the stdout/stderr.
This patch redirects the warning with LLVM_DEBUG following standard llvm practice.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
First patch had changes made to an unrelated file. This update cleans the original submission.
Comment Actions
Your patch has no context? Did you use arc diff? Please also update the commit title and summary to reflect which part of codebase/method/library this is about. For eg.
Wrap MLIR addAffineForOpDomain warning with LLVM_DEBUG
Comment Actions
Applied the changes on a git pull so that this version of the revision is compatible with the latest LLVM HEAD.