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 7f80be2 commit 9dbb202Copy full SHA for 9dbb202
llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
@@ -2415,8 +2415,8 @@ bool SchedGroup::canAddMI(const MachineInstr &MI) const {
2415
Result = true;
2416
2417
else if (((SGMask & SchedGroupMask::VALU) != SchedGroupMask::NONE) &&
2418
- TII->isVALU(MI) && !TII->isMFMAorWMMA(MI) && !TII->isTRANS(MI) &&
2419
- !TII->isVOP3P(MI))
+ TII->isVALU(MI) && !TII->isMFMAorWMMA(MI) && !TII->isTRANS(MI)
+ && !TII->isVOP3P(MI))
2420
2421
2422
else if (((SGMask & SchedGroupMask::SALU) != SchedGroupMask::NONE) &&
0 commit comments