Skip to content

Commit cbede57

Browse files
committed
Formatting
1 parent 88d58b2 commit cbede57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/lib/Target/X86/X86ExpandPseudo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ bool X86ExpandPseudo::expandMI(MachineBasicBlock &MBB,
667667
MI.removeOperand(i);
668668
unsigned Opc;
669669
switch (Opcode) {
670-
// clang-format off
670+
// clang-format off
671671
case X86::PTCMMIMFP16PSV: Opc = X86::TCMMIMFP16PS; break;
672672
case X86::PTCMMRLFP16PSV: Opc = X86::TCMMRLFP16PS; break;
673673
case X86::PTDPBSSDV: Opc = X86::TDPBSSD; break;

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38068,7 +38068,7 @@ X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
3806838068
unsigned Opc;
3806938069
switch (MI.getOpcode()) {
3807038070
default: llvm_unreachable("illegal opcode!");
38071-
// clang-format off
38071+
// clang-format off
3807238072
case X86::PTDPBSSD: Opc = X86::TDPBSSD; break;
3807338073
case X86::PTDPBSUD: Opc = X86::TDPBSUD; break;
3807438074
case X86::PTDPBUSD: Opc = X86::TDPBUSD; break;
@@ -38082,7 +38082,7 @@ X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
3808238082
case X86::PTDPHBF8PS: Opc = X86::TDPHBF8PS; break;
3808338083
case X86::PTDPHF8PS: Opc = X86::TDPHF8PS; break;
3808438084
case X86::PTMMULTF32PS: Opc = X86::TMMULTF32PS; break;
38085-
// clang-format on
38085+
// clang-format on
3808638086
}
3808738087

3808838088
MachineInstrBuilder MIB = BuildMI(*BB, MI, MIMD, TII->get(Opc));

0 commit comments

Comments
 (0)