We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b24e0 commit e03e0beCopy full SHA for e03e0be
llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
@@ -773,8 +773,8 @@ bool SIPreEmitPeephole::run(MachineFunction &MF) {
773
// Perform the extra MF scans only for supported archs
774
if (ST.hasGFX950Insts() || ST.hasGFX940Insts()) {
775
for (MachineBasicBlock &MBB : MF) {
776
- // Unpack packed instructions overlapped by MFMAs. This allows the compiler
777
- // to co-issue unpacked instructions with MFMA
+ // Unpack packed instructions overlapped by MFMAs. This allows the
+ // compiler to co-issue unpacked instructions with MFMA
778
auto SchedModel = TII->getSchedModel();
779
SetVector<MachineInstr *> InstrsToUnpack;
780
for (auto &MI : make_early_inc_range(MBB.instrs())) {
0 commit comments