[all-commits] [llvm/llvm-project] ce031f: [AMDGPU] Fix non-deterministic iteration order in ...
David Stuttard via All-commits
all-commits at lists.llvm.org
Mon Sep 18 02:09:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce031fc17a0efc829295ac46c904bbfa4077ef20
https://github.com/llvm/llvm-project/commit/ce031fc17a0efc829295ac46c904bbfa4077ef20
Author: David Stuttard <david.stuttard at amd.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list