[Mlir-commits] [mlir] [MLIR][NVVM] Run clang-tidy (PR #135006)
Guray Ozen
llvmlistbot at llvm.org
Thu Apr 10 12:12:12 PDT 2025
================
@@ -33,6 +33,7 @@
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
+#include "llvm/IR/IntrinsicsNVPTX.h"
----------------
grypp wrote:
Ah because there was auto usage without clear type. I used a real type name, so need to add intrinsic.
https://github.com/llvm/llvm-project/pull/135006
More information about the Mlir-commits
mailing list