[Mlir-commits] [mlir] [MLIR][NVVM] Enable inlining of func's calling nvvm intrinsics (PR #122650)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Jan 12 13:54:52 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 b4ce29ab31b29ca926704c160e3909298ddf2b2b 0c16896e8ec2621f98bdb2a2034cef1f3ad5eaaf --extensions cpp,h -- mlir/include/mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h mlir/include/mlir/InitAllDialects.h mlir/lib/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/include/mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h b/mlir/include/mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h
index 48882f4354..69cc2e3228 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h
+++ b/mlir/include/mlir/Dialect/LLVMIR/Transforms/InlinerInterfaceImpl.h
@@ -28,7 +28,7 @@ namespace NVVM {
 /// Register the `NVVMInlinerInterface` implementation of
 /// `DialectInlinerInterface` with the NVVM dialect.
 void registerInlinerInterface(DialectRegistry &registry);
-}
+} // namespace NVVM
 
 } // namespace mlir
 

``````````

</details>


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


More information about the Mlir-commits mailing list