mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 18:06:05 +00:00
[DAG] clang-format createBranchMacroFusionDAGMutation calls. NFC.
Reduces diff in #72227
This commit is contained in:
parent
dfc03c45c1
commit
cfee7152d4
@ -59,7 +59,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_,
|
||||
|
||||
namespace llvm {
|
||||
|
||||
std::unique_ptr<ScheduleDAGMutation> createAMDGPUMacroFusionDAGMutation () {
|
||||
std::unique_ptr<ScheduleDAGMutation> createAMDGPUMacroFusionDAGMutation() {
|
||||
return createMacroFusionDAGMutation(shouldScheduleAdjacent);
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
|
||||
return false;
|
||||
}
|
||||
|
||||
std::unique_ptr<ScheduleDAGMutation> createARMMacroFusionDAGMutation () {
|
||||
std::unique_ptr<ScheduleDAGMutation> createARMMacroFusionDAGMutation() {
|
||||
return createMacroFusionDAGMutation(shouldScheduleAdjacent);
|
||||
}
|
||||
|
||||
|
@ -286,7 +286,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
|
||||
|
||||
namespace llvm {
|
||||
|
||||
std::unique_ptr<ScheduleDAGMutation> createPowerPCMacroFusionDAGMutation () {
|
||||
std::unique_ptr<ScheduleDAGMutation> createPowerPCMacroFusionDAGMutation() {
|
||||
return createMacroFusionDAGMutation(shouldScheduleAdjacent);
|
||||
}
|
||||
|
||||
|
@ -67,8 +67,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
|
||||
|
||||
namespace llvm {
|
||||
|
||||
std::unique_ptr<ScheduleDAGMutation>
|
||||
createX86MacroFusionDAGMutation () {
|
||||
std::unique_ptr<ScheduleDAGMutation> createX86MacroFusionDAGMutation() {
|
||||
return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user