Skip to content

nir: add a memory load/store vectorization and combining pass

Rhys Perry requested to merge pendingchaos/mesa:nir_load_store_vectorize into master

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

Merge request reports