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 b3d024c6737adb87e83193de88af04ec74ddf3ea 
154ab4f551b5f0bf83e016ebb6fa8516be67fc31 -- 
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp 
b/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
index f931c94497..63646e8679 100644
--- a/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+++ b/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
@@ -302,9 +302,7 @@ public:
     PendingEvents |= WaitEventMaskForInst[VS_CNT];
   }
 
-  ArrayRef<const MDNode *> getLDSDMAScopes() const {
-    return LDSDMAScopes;
-  }
+  ArrayRef<const MDNode *> getLDSDMAScopes() const { return LDSDMAScopes; }
 
   void print(raw_ostream &);
   void dump() { print(dbgs()); }

``````````

</details>


https://github.com/llvm/llvm-project/pull/75974
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to