summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_dead_cf.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-11nir/dead_cf: Remove dead control flow after infinite loops.Bas Nieuwenhuizen1-0/+7
2019-09-06nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand1-2/+13
2019-05-31nir/dead_cf: Call instructions aren't deadJason Ekstrand1-1/+1
2019-02-20nir: Don't forget if-uses in new nir_opt_dead_cf liveness checkKenneth Graunke1-0/+10
2019-02-16nir: remove simple dead if detection from nir_opt_dead_cf()Timothy Arceri1-7/+2
2019-02-14nir/dead_cf: Stop relying on liveness analysisJason Ekstrand1-21/+39
2019-02-14nir/dead_cf: Inline cf_node_has_side_effectsJason Ekstrand1-41/+32
2019-01-09nir: Unset metadata debug bit if no progress madeMatt Turner1-1/+6
2018-10-22nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand1-5/+2
2018-08-27nir: Pull block_ends_in_jump into nir.hJason Ekstrand1-11/+1
2018-03-21nir/dead_cf: also remove useless ifsCaio Marcelo de Oliveira Filho1-14/+30
2018-03-21nir/dead_cf: rephrase definition of a dead loop nodeCaio Marcelo de Oliveira Filho1-8/+7
2016-10-06nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand1-3/+2
2016-09-02nir/dead_cf: Don't crash on unreachable after-loop blocksJason Ekstrand1-1/+2
2016-08-09nir: make use of nir_cf_list_extract() helperTimothy Arceri1-2/+1
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-30nir/opt_dead_cf: fix indentationThomas Hindoe Paaboel Andersen1-4/+4
2016-04-30nir/opt_dead_cf: correction of side effect checkThomas Hindoe Paaboel Andersen1-2/+2
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-3/+3
2016-04-28nir/opt_dead_cf: fixup for new foreach_block()Connor Abbott1-22/+21
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-03-17nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+358