Skip to content

Commit e03e0be

Browse files
committed
clang-formatted
1 parent a7b24e0 commit e03e0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,8 @@ bool SIPreEmitPeephole::run(MachineFunction &MF) {
773773
// Perform the extra MF scans only for supported archs
774774
if (ST.hasGFX950Insts() || ST.hasGFX940Insts()) {
775775
for (MachineBasicBlock &MBB : MF) {
776-
// Unpack packed instructions overlapped by MFMAs. This allows the compiler
777-
// to co-issue unpacked instructions with MFMA
776+
// Unpack packed instructions overlapped by MFMAs. This allows the
777+
// compiler to co-issue unpacked instructions with MFMA
778778
auto SchedModel = TII->getSchedModel();
779779
SetVector<MachineInstr *> InstrsToUnpack;
780780
for (auto &MI : make_early_inc_range(MBB.instrs())) {

0 commit comments

Comments
 (0)