summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2020-02-18 15:31:37 -0800
committerMarge Bot <eric+marge@anholt.net>2020-02-19 19:07:34 +0000
commit58bdc1c748f2922b3970c3b3a41d1b0977f07886 (patch)
tree2ddf55b6a4893f9f7762a912ebf6a530eb452d5b /CleanSpec.mk
parent912ee82521ec0507a00dd108b28bf4d864ce6d95 (diff)
downloadmesa-58bdc1c748f2922b3970c3b3a41d1b0977f07886.tar.gz
nir/search: Use larger type to hold linearized index
"index" is an offset into a linearized 3-dimensional array. Starting with fbd5359a0a6, the 3-dimensional array can have 43 elements in each dimension. 43**3 = 79507, and that will overflow the uint16_t. See also the discussion in MR !3765. Fixes: fbd5359a0a6 ("nir/algebraic: Rearrange bcsel sequences generated by nir_opt_peephole_select") Suggested-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3871> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3871>
Diffstat (limited to 'CleanSpec.mk')
0 files changed, 0 insertions, 0 deletions