diff options
author | Francisco Jerez <[email protected]> | 2016-05-19 21:32:14 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-05-27 23:19:20 -0700 |
commit | 0bc5ad8d1997fe33dd43bb476c67163039f065ff (patch) | |
tree | 9890dfe867e6b9d3695e951f5e89edc2ff40c64d /appveyor.yml | |
parent | 52cc80d85945f14d4556eb5df5b269338adf8299 (diff) |
i965/fs: Avoid constant propagation when the type sizes don't match.
The case where the source type of the instruction is smaller than the
immediate type could be handled by calculating the portion of the
immediate read by the instruction (assuming that the source channels
are aligned with the destination channels of the copy) and then
representing the same value as an immediate of the source type
(assuming such an immediate type exists), but the code below doesn't
do that, so just bail for the moment.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions