[all-commits] [llvm/llvm-project] 1f3f14: [NFC] Wrap MLIR addAffineForOpDomain warning with ...
Shivam Gupta via All-commits
all-commits at lists.llvm.org
Thu Sep 23 00:50:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f3f144446d1766b6bd63ac02a064450c4fa5e55
https://github.com/llvm/llvm-project/commit/1f3f144446d1766b6bd63ac02a064450c4fa5e55
Author: Tharindu Rusira <tharindurusira at gmail.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M mlir/lib/Analysis/AffineStructures.cpp
Log Message:
-----------
[NFC] Wrap MLIR addAffineForOpDomain warning with LLVM_DEBUG
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.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D108340
More information about the All-commits
mailing list