[llvm] Fixed un-renamed CodeGenTargetMachineImpl Intheritances in Experimental Targets (PR #116290)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 14:35:36 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 196d5fdff1cb7b600dcf11b5464be4fc72dba675 5d1bdda62bc73bedbe731d7bcdb77e37de41bff1 --extensions cpp,h -- llvm/include/llvm/CodeGen/TargetPassConfig.h llvm/include/llvm/Passes/CodeGenPassBuilder.h llvm/lib/Target/ARC/ARCTargetMachine.cpp llvm/lib/Target/CSKY/CSKYTargetMachine.cpp llvm/lib/Target/DirectX/DirectXTargetMachine.cpp llvm/lib/Target/M68k/M68kTargetMachine.cpp llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp llvm/lib/Target/PowerPC/PPCTargetMachine.cpp llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/CodeGen/TargetPassConfig.h b/llvm/include/llvm/CodeGen/TargetPassConfig.h
index a709ecf23f..66c79c74f2 100644
--- a/llvm/include/llvm/CodeGen/TargetPassConfig.h
+++ b/llvm/include/llvm/CodeGen/TargetPassConfig.h
@@ -413,7 +413,8 @@ protected:
virtual void addFastRegAlloc();
/// addOptimizedRegAlloc - Add passes related to register allocation.
- /// CodeGenTargetMachineImpl provides standard regalloc passes for most targets.
+ /// CodeGenTargetMachineImpl provides standard regalloc passes for most
+ /// targets.
virtual void addOptimizedRegAlloc();
/// addPreRewrite - Add passes to the optimized register allocation pipeline
``````````
</details>
https://github.com/llvm/llvm-project/pull/116290
More information about the llvm-commits
mailing list