~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/panfrost/compiler/bi_test.h

  • 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:
89
89
      return false;
90
90
 
91
91
   list_pair_for_each_entry(bi_instr, insA, insB, &A->instructions,
92
 
                            &B->instructions, link)
93
 
   {
 
92
                            &B->instructions, link) {
94
93
      if (!bit_instr_equal(insA, insB))
95
94
         return false;
96
95
   }
105
104
      return false;
106
105
 
107
106
   list_pair_for_each_entry(bi_block, blockA, blockB, &A->blocks, &B->blocks,
108
 
                            link)
109
 
   {
 
107
                            link) {
110
108
      if (!bit_block_equal(blockA, blockB))
111
109
         return false;
112
110
   }