nir: add a memory load/store vectorization and combining pass
This pass combines loads and stores with neighboring addresses. It is used by ACO to greatly reduce the number of memory operations.
Edited by Rhys Perry
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This pass combines loads and stores with neighboring addresses. It is used by ACO to greatly reduce the number of memory operations.