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 b438f06 commit df46f5fCopy full SHA for df46f5f
llvm/lib/Target/AMDGPU/SIInstrInfo.h
@@ -711,7 +711,7 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
711
// SI_SPILL_S32_TO_VGPR and SI_RESTORE_S32_FROM_VGPR form a special case of
712
// SGPRs spilling to VGPRs which are SGPR spills but from VALU instructions
713
// therefore we need an explicit check for them since just checking if the
714
- // Spill bit is set and what instruction type it came from miss classifies
+ // Spill bit is set and what instruction type it came from misclassifies
715
// them.
716
static bool isVGPRSpill(const MachineInstr &MI) {
717
return MI.getOpcode() != AMDGPU::SI_SPILL_S32_TO_VGPR &&
0 commit comments