radv: remove outdated vectorize TODO

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33448>
This commit is contained in:
Georg Lehmann 2025-02-07 16:18:42 +01:00 committed by Marge Bot
parent 2dfbade2d8
commit 8b2b3e5704

View file

@ -397,7 +397,6 @@ radv_postprocess_nir(struct radv_device *device, const struct radv_graphics_stat
if (constant_fold_for_push_const && stage->args.ac.inline_push_const_mask)
NIR_PASS(_, stage->nir, nir_opt_constant_folding);
/* TODO: vectorize loads after this to vectorize loading adjacent descriptors */
NIR_PASS(_, stage->nir, radv_nir_apply_pipeline_layout, device, stage);
NIR_PASS(_, stage->nir, nir_lower_alu_width, opt_vectorize_callback, device);