~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/intel/compiler/brw_fs_live_variables.cpp

  • Committer: mmach
  • Date: 2021-08-20 10:13:18 UTC
  • Revision ID: netbit73@gmail.com-20210820101318-zyyxfgama7gvdaic
2021-08-20 12:02:17

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
         }
139
139
 
140
140
         if (!inst->predicate && inst->exec_size >= 8)
141
 
            bd->flag_def[0] |= inst->flags_written() & ~bd->flag_use[0];
 
141
            bd->flag_def[0] |= inst->flags_written(devinfo) & ~bd->flag_use[0];
142
142
 
143
143
         ip++;
144
144
      }