[llvm] [SPIR-V] Strip convergence intrinsics before ISel (PR #75948)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 05:11:14 PST 2024
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 ba4cf31facdaf9bb9943c057d325ff0968331e9a 98706e472a50298c1cfb942c56113a0fa3559e57 -- llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp llvm/lib/Target/SPIRV/SPIRV.h llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp b/llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp
index 670530b7aa..56c408622d 100644
--- a/llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp
+++ b/llvm/lib/Target/SPIRV/SPIRVStripConvergentIntrinsics.cpp
@@ -1,5 +1,5 @@
//===-- SPIRVStripConvergentIntrinsics.cpp - strip convergence intrinsics --*-
-//C++ -*-===//
+// C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/75948
More information about the llvm-commits
mailing list