[llvm] [AMDGPU] Remove wave64 functions (PR #153690)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 14:28:35 PDT 2025
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 HEAD~1 HEAD --extensions h,cpp -- llvm/lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp llvm/lib/Target/AMDGPU/GCNSubtarget.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/AMDGPU/GCNSubtarget.h b/llvm/lib/Target/AMDGPU/GCNSubtarget.h
index 060ce0efb..fdd8a4f85 100644
--- a/llvm/lib/Target/AMDGPU/GCNSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/GCNSubtarget.h
@@ -1722,7 +1722,6 @@ public:
/// unit requirement.
unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
-
bool supportsWave32() const { return getGeneration() >= GFX10; }
bool supportsWave64() const { return !hasGFX1250Insts(); }
``````````
</details>
https://github.com/llvm/llvm-project/pull/153690
More information about the llvm-commits
mailing list