[llvm] [clang] [AMDGPU][NFC] Rename feature FP8Insts to FP8ConversionInsts (PR #78439)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 17 04:55:42 PST 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 2db9244b6f66a4fd4c937de7b33a5b6dda4a06a8 5bd1644ec60996fed50c843e13e68f7c2c6dda81 -- llvm/lib/Target/AMDGPU/GCNSubtarget.h llvm/lib/TargetParser/TargetParser.cpp
``````````
</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 3a18bdfb93..157d6f409a 100644
--- a/llvm/lib/Target/AMDGPU/GCNSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/GCNSubtarget.h
@@ -781,9 +781,7 @@ public:
return HasFP8Insts;
}
- bool hasFP8ConversionInsts() const {
- return HasFP8ConversionInsts;
- }
+ bool hasFP8ConversionInsts() const { return HasFP8ConversionInsts; }
bool hasPkFmacF16Inst() const {
return HasPkFmacF16Inst;
``````````
</details>
https://github.com/llvm/llvm-project/pull/78439
More information about the cfe-commits
mailing list