Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/lcssa: allow to create LCSSA phis for loop-invariant booleans | Rhys Perry | 2019-08-20 | 1 | -2/+6 |
* | nir/lcssa: Skip loop invariant variables when converting to LCSSA. | Daniel Schürmann | 2019-08-20 | 1 | -13/+161 |
* | nir: make nir_to_lcssa() a general NIR pass. | Rhys Perry | 2019-08-20 | 1 | -3/+41 |
* | nir/lcssa: handle deref instructions properly | Daniel Schürmann | 2019-08-20 | 1 | -7/+21 |
* | util: use C99 declaration in the for-loop set_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -1/+0 |
* | nir: Add some asserts that we don't put derefs in phis | Jason Ekstrand | 2018-09-19 | 1 | -0/+3 |
* | nir: Add a LCSAA-pass | Thomas Helland | 2016-12-23 | 1 | -0/+203 |