[Mlir-commits] [mlir] [MLIR][NVVM] Add NVVMRequiresSM op trait (PR #126886)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Feb 12 02:49:42 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff f796bc622a7725708b8ffbe0c7a684a8557e77a3 067cd8b7b65149b922218a0153c3203e20c94d14 --extensions cpp,h -- mlir/include/mlir/Dialect/LLVMIR/NVVMTraits.h mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp mlir/test/lib/Dialect/Test/TestOps.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/test/lib/Dialect/Test/TestOps.h b/mlir/test/lib/Dialect/Test/TestOps.h
index 8cffce2735..1adb86ecf7 100644
--- a/mlir/test/lib/Dialect/Test/TestOps.h
+++ b/mlir/test/lib/Dialect/Test/TestOps.h
@@ -16,9 +16,9 @@
 #include "mlir/Dialect/DLTI/DLTI.h"
 #include "mlir/Dialect/DLTI/Traits.h"
 #include "mlir/Dialect/Func/IR/FuncOps.h"
+#include "mlir/Dialect/LLVMIR/NVVMTraits.h"
 #include "mlir/Dialect/Linalg/IR/Linalg.h"
 #include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"
-#include "mlir/Dialect/LLVMIR/NVVMTraits.h"
 #include "mlir/Dialect/Traits.h"
 #include "mlir/IR/AsmState.h"
 #include "mlir/IR/BuiltinOps.h"

``````````

</details>


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


More information about the Mlir-commits mailing list