commit | 7ceec21b763ee307689519820034e1b48c1bb58e | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Sat Jul 13 18:35:20 2019 -0500 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Wed Jul 17 18:44:35 2019 +0000 |
tree | b433ddac537174b87f4a136b9ba20a36a1a4a456 | |
parent | 812b341578040496c76cc05e7c9cc05fe57ce834 [diff] |
intel/fs: Use a strided MOV instead of a conversion for load_* destinations In many cases, the compiler can just copy-prop the strided MOV whereas the conversion is a bit trickier. This cuts 5% of the instructions off of one particular Vulkan CTS test which does lots of load_ssbo. Reviewed-by: Matt Turner <mattst88@gmail.com>