[llvm] Fix for revert of dea5aa73f (PR #134153)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 18:10:21 PDT 2025
================
@@ -127,6 +127,7 @@ class SIFixSGPRCopies {
unsigned NextVGPRToSGPRCopyID = 0;
MapVector<unsigned, V2SCopyInfo> V2SCopies;
DenseMap<MachineInstr *, SetVector<unsigned>> SiblingPenalty;
+ SmallSet<MachineInstr *, 4> PHISources;
----------------
arsenm wrote:
If this is a function wide set it's not going to be small
https://github.com/llvm/llvm-project/pull/134153
More information about the llvm-commits
mailing list