~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/freedreno/ir3/ir3_spill.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
1935
1935
            simplify_phi_srcs(instr);
1936
1936
         }
1937
1937
 
1938
 
         /* Visit phi nodes in the sucessors to make sure that phi sources are
 
1938
         /* Visit phi nodes in the successors to make sure that phi sources are
1939
1939
          * always visited at least once after visiting the definition they
1940
1940
          * point to. See note in simplify_phi_def() for why this is necessary.
1941
1941
          */