Skip to content
Snippets Groups Projects
Commit eb96bd57 authored by José María Casanova Crespo's avatar José María Casanova Crespo
Browse files

i965/fs: retype offset_reg to UD at load_ssbo


All operations with offset_reg at do_vector_read are done
with UD type. So copy propagation was not working through
the generated MOVs:

mov(8) vgrf9:UD, vgrf7:D

This change allows removing the MOV generated for reading the
first components for 16-bit and 64-bit ssbo reads with
non-constant offsets.

Reviewed-by: default avatarIago Toral Quiroga <itoral@igalia.com>
parent 24fb3e6a
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