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 c,cl,cpp,h -- 
clang/lib/CodeGen/Targets/AMDGPU.cpp clang/test/CodeGen/target-data.c 
clang/test/CodeGenOpenCL/amdgpu-env-amdgcn.cl 
clang/test/CodeGenOpenCL/builtins-amdgcn-gfx12.cl 
clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250.cl 
llvm/include/llvm/Support/AMDGPUAddrSpace.h llvm/lib/Target/AMDGPU/AMDGPU.h 
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp 
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp 
llvm/lib/Target/AMDGPU/AMDGPULowerExecSync.cpp 
llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp 
llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp 
llvm/lib/Target/AMDGPU/AMDGPUMachineFunctionInfo.cpp 
llvm/lib/Target/AMDGPU/AMDGPUMachineFunctionInfo.h 
llvm/lib/Target/AMDGPU/AMDGPUMemoryUtils.cpp 
llvm/lib/Target/AMDGPU/SIISelLowering.cpp 
llvm/lib/TargetParser/TargetDataLayout.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/SIISelLowering.cpp 
b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
index c8a429044..3b9d2dba1 100644
--- a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+++ b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -9003,9 +9003,10 @@ SDValue SITargetLowering::lowerDEBUGTRAP(SDValue Op, 
SelectionDAG &DAG) const {
 SDValue SITargetLowering::getSegmentAperture(unsigned AS, const SDLoc &DL,
                                              SelectionDAG &DAG) const {
   if (Subtarget->hasApertureRegs()) {
-    const unsigned ApertureRegNo = (AS == AMDGPUAS::LOCAL_ADDRESS || AS == 
AMDGPUAS::EXECSYNC)
-                                       ? AMDGPU::SRC_SHARED_BASE
-                                       : AMDGPU::SRC_PRIVATE_BASE;
+    const unsigned ApertureRegNo =
+        (AS == AMDGPUAS::LOCAL_ADDRESS || AS == AMDGPUAS::EXECSYNC)
+            ? AMDGPU::SRC_SHARED_BASE
+            : AMDGPU::SRC_PRIVATE_BASE;
     assert((ApertureRegNo != AMDGPU::SRC_PRIVATE_BASE ||
             !Subtarget->hasGloballyAddressableScratch()) &&
            "Cannot use src_private_base with globally addressable scratch!");

``````````

</details>


https://github.com/llvm/llvm-project/pull/195613
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to