nir: Remove deref chain support from analyze_loops
[mesa.git] / src / compiler / nir / nir_loop_analyze.c
2018-06-23 Jason Ekstrandnir: Remove deref chain support from analyze_loops
2018-06-23 Jason Ekstrandnir: Support deref instructions in loop_analyze
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-07 Timothy Arcerinir: move ends_in_break() helper to nir_loop_analyze.h
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-02-27 Elie TOURNIERnir: Delete unused arg in get_iteration
2017-01-04 Timothy Arcerinir: fix loop iteration count calculation for floats
2016-12-22 Thomas Hellandnir: Add a loop analysis pass