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 145c4c8611307f4039f390a1a69fad4fe4c14ee3 
3ba5c37284ce7df02470662c790cc5280e0a62a2 --extensions h,cpp -- 
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp 
llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h 
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp 
llvm/lib/TargetParser/TargetParser.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h 
b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
index 742f4e6e80..79e8bb9146 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
@@ -188,7 +188,9 @@ public:
 
   bool hasFP6BF6ConversionScaleInsts() const { return 
HasFP6BF6ConversionScaleInsts; }
 
-  bool hasF16BF16ToFP6BF6ConversionScaleInsts() const { return 
HasF16BF16ToFP6BF6ConversionScaleInsts; }
+  bool hasF16BF16ToFP6BF6ConversionScaleInsts() const {
+    return HasF16BF16ToFP6BF6ConversionScaleInsts;
+  }
 
   bool hasMadMacF32Insts() const {
     return HasMadMacF32Insts || !isGCN();

``````````

</details>


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

Reply via email to