diff options
author | Jason Ekstrand <[email protected]> | 2018-10-19 14:31:19 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-10-22 16:00:18 -0500 |
commit | 932c650e0b1b3a0845f138c216ae1f235bdfa070 (patch) | |
tree | f4e5cdd1a69449a8f395ea7b213d28dffc45dda1 /src/compiler/nir/nir_opt_move_comparisons.c | |
parent | ea9e651423424219cae8ebdef88f432b7cff31ab (diff) |
nir/algebraic: Loosen a restriction on variables
Previously, we would fail if a variable had an assigned but unknown bit
size X and we tried to assign it an actual bit size. However, this is
ok because, at the time we do the search, the variable does have an
actual bit size and it will match X because of the NIR rules.
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_opt_move_comparisons.c')
0 files changed, 0 insertions, 0 deletions