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 9bbde62 commit 659ce8fCopy full SHA for 659ce8f
llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
@@ -1584,7 +1584,7 @@ bool GCNHazardRecognizer::fixVALUPartialForwardingHazard(MachineInstr *MI) {
1584
if (DefVALUs != std::numeric_limits<int>::max()) {
1585
if (DefVALUs >= State.ExecPos)
1586
PreExecPos = std::min(PreExecPos, DefVALUs);
1587
- else if (DefVALUs < State.ExecPos)
+ else
1588
PostExecPos = std::min(PostExecPos, DefVALUs);
1589
}
1590
0 commit comments