Skip to content
Snippets Groups Projects
Commit 443854ec authored by Daniel Schürmann's avatar Daniel Schürmann Committed by Eric Engestrom
Browse files

radv: call nir_copy_prop() after load-store vectorization


The load-store vectorizer can create a large amount
of unnecessary nir_op_vec and nir_op_mov instructions.
This prevents nir_opt_move from stalling to much and
potentially also helps other passes.

Closes: #4778
Fixes: 1958381c ('radv: Reorder some NIR optimizations in preparation for the I/O changes.')
Reviewed-by: default avatarRhys Perry <pendingchaos02@gmail.com>
Part-of: <mesa/mesa!10804>
(cherry picked from commit b3eb87aa)
parent fbc49e91
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment