[Mlir-commits] [mlir] [MLIR][NVVM] Run clang-tidy (PR #135006)

Durgadoss R llvmlistbot at llvm.org
Wed Apr 9 11:08:53 PDT 2025


================
@@ -1260,6 +1264,8 @@ llvm::Intrinsic::ID CpAsyncBulkTensorReduceOp::getIntrinsicID(
   llvm_unreachable("Invalid Reduction Op for CpAsyncBulkTensorReduceOp");
 }
 
+#define _none
----------------
durga4github wrote:

Is this one also auto-fixed by clang-tidy?

I wonder if we should name it better like macro_null_str (or something similar) to convey that this is used as an empty string in macros..

https://github.com/llvm/llvm-project/pull/135006


More information about the Mlir-commits mailing list