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 144dc4c3b152ccc7da340c0493da0308a577e5ad e81fc453386a060de81e72f9ff06ae81c168c0e7 --extensions h,c,cpp -- clang/lib/Driver/ToolChains/Clang.cpp clang/test/CodeGen/stack-protector-guard.c clang/test/Driver/stack-protector-guard.c llvm/lib/Target/PowerPC/PPCISelLowering.cpp llvm/lib/Target/PowerPC/PPCISelLowering.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 455b62aed4..089c866af1 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -17933,7 +17933,6 @@ Value *PPCTargetLowering::getIRStackGuard(IRBuilderBase &IRB) const { return TargetLowering::getIRStackGuard(IRB); } - bool PPCTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, bool ForCodeSize) const { if (!VT.isSimple() || !Subtarget.hasVSX()) `````````` </details> https://github.com/llvm/llvm-project/pull/110928 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits