[AMDGPU] Fix non-deterministic iteration order in SIFixSGPRCopies (#66617)
Use of DenseSet was causing some non-deteminism in SIFixSGPRSopies. Changing to SetVector fixes the problem.
Loading
Please sign in to comment
Use of DenseSet was causing some non-deteminism in SIFixSGPRSopies. Changing to SetVector fixes the problem.