[llvm] Fix for revert of dea5aa73f (PR #134153)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 11:51:16 PDT 2025
================
@@ -127,6 +127,7 @@ class SIFixSGPRCopies {
unsigned NextVGPRToSGPRCopyID = 0;
MapVector<unsigned, V2SCopyInfo> V2SCopies;
DenseMap<MachineInstr *, SetVector<unsigned>> SiblingPenalty;
+ SmallSet<MachineInstr *, 4> PHISources;
----------------
alex-t wrote:
Fixed
https://github.com/llvm/llvm-project/pull/134153
More information about the llvm-commits
mailing list