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 ce9eaf0360d9f528ab061bcdbcf81c5b2155f098 9e673f332b8f7a3cfdeb1a73f6a77aee651f7664 -- clang/lib/Basic/Targets/X86.cpp clang/test/CodeGen/attr-cpuspecific-cpus.c clang/test/CodeGen/attr-target-mv.c clang/test/CodeGen/target-builtin-noerror.c clang/test/Driver/x86-march.c clang/test/Misc/target-invalid-cpu-note.c clang/test/Preprocessor/predefined-arch-macros.c compiler-rt/lib/builtins/cpu_model.c llvm/include/llvm/TargetParser/X86TargetParser.h llvm/lib/TargetParser/Host.cpp llvm/lib/TargetParser/X86TargetParser.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/llvm/lib/TargetParser/X86TargetParser.cpp b/llvm/lib/TargetParser/X86TargetParser.cpp index a4da99b32..294273e01 100644 --- a/llvm/lib/TargetParser/X86TargetParser.cpp +++ b/llvm/lib/TargetParser/X86TargetParser.cpp @@ -166,10 +166,10 @@ constexpr FeatureBitset FeaturesGrandridge = FeaturesSierraforest | FeatureRAOINT; constexpr FeatureBitset FeaturesArrowlakeS = FeaturesSierraforest | FeatureAVXVNNIINT16 | FeatureSHA512 | FeatureSM3 | FeatureSM4; -constexpr FeatureBitset FeaturesPantherlake = FeaturesArrowlakeS | - FeaturePREFETCHI; -constexpr FeatureBitset FeaturesClearwaterforest = FeaturesArrowlakeS | - FeatureUSERMSR | FeaturePREFETCHI; +constexpr FeatureBitset FeaturesPantherlake = + FeaturesArrowlakeS | FeaturePREFETCHI; +constexpr FeatureBitset FeaturesClearwaterforest = + FeaturesArrowlakeS | FeatureUSERMSR | FeaturePREFETCHI; // Geode Processor. constexpr FeatureBitset FeaturesGeode = `````````` </details> https://github.com/llvm/llvm-project/pull/69277 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits