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 origin/main HEAD --extensions cpp -- llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp b/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp
index e52336c3b..ef18ff21c 100644
--- a/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp
+++ b/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp
@@ -293,8 +293,8 @@ static void collectLoads(SmallVector<SUnit *> &Loads, BitVector &Seen,
/// dependency of \p Second to complete before dispatching a load which depends
/// on \p First when the loads would otherwise be overlapped.
static bool fusionMaySerializeOverlappingLoads(ScheduleDAGInstrs *DAG,
- const SUnit &First,
- const SUnit &Second) {
+ const SUnit &First,
+ const SUnit &Second) {
assert((First.isBoundaryNode() || First.NodeNum < Second.NodeNum) &&
"SUnit operands must be in topological order!");
``````````
</details>
https://github.com/llvm/llvm-project/pull/201930