[clang] [llvm] [AMDGPU] Report error in clang if wave32 is requested where unsupported (PR #97633)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 11:41:29 PDT 2024


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 393eff4e02e7ab3d234d246a8d6912c8e745e6f9 ced7def14582ddd599f883c27b2470cb5688ce8c -- clang/lib/Basic/Targets/AMDGPU.cpp llvm/include/llvm/TargetParser/TargetParser.h llvm/lib/TargetParser/TargetParser.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/TargetParser/TargetParser.h b/llvm/include/llvm/TargetParser/TargetParser.h
index 22041fa512..2a9b38a98e 100644
--- a/llvm/include/llvm/TargetParser/TargetParser.h
+++ b/llvm/include/llvm/TargetParser/TargetParser.h
@@ -157,7 +157,6 @@ enum ArchFeatureKind : uint32_t {
   FEATURE_WGP = 1 << 9,
 };
 
-
 enum FeatureError : uint32_t {
   NO_ERROR = 0,
   INVALID_FEATURE_COMBINATION,

``````````

</details>


https://github.com/llvm/llvm-project/pull/97633


More information about the llvm-commits mailing list