Skip to content
Snippets Groups Projects
Commit b3eb87aa authored by Daniel Schürmann's avatar Daniel Schürmann Committed by Marge Bot
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>
parent d659ce0d
No related branches found
No related tags found
Loading
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