You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMDGPU] Prevent cyclic behaviour in SIFoldOperands
In SIFoldOperands::foldOperand, the recursion in REG_SEQUENCE handling
could result in infinite loop if UseMI and RSUseMI share a common
use operand, flipflopping between two instructions until stack overflows.
The fix is to prevent a cycle by using static seenMI set.
0 commit comments