Skip to content

Commit da16057

Browse files
committed
[MLIR] Remove unused debug macros (NFC)
1 parent 2a96d19 commit da16057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/test/lib/Dialect/XeGPU/TestXeGPUTransforms.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ struct TestXeGPUUnrollingPatterns
173173

174174
#undef DEBUG_TYPE
175175
#define DEBUG_TYPE "test-xegpu-layout-interface"
176-
#define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "]: ")
177-
#define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
178176

179177
// Test pattern for distributing vector::StepOp from workgroup to subgroup.
180178
// Validates DistributeLayoutAttr interfaces for offset computation

0 commit comments

Comments
 (0)