diff options
author | Jason Ekstrand <[email protected]> | 2020-03-28 11:22:43 -0500 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2020-03-31 12:29:09 +0200 |
commit | 6ddc34f659dd65bd147f31b680ace64cf52808ca (patch) | |
tree | d4a2a035602297103bd23b791ed30ce373ef37fe /.pick_status.json | |
parent | 99471dbddc7644e6368d6fc5cd66b8c750f4ef5f (diff) |
nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64
We have the code to do the lowering, we were just missing the
boilerplate bits to make should_lower_int64_alu_instr return true.
Fixes: 62d55f12818e "nir: Wire up int64 lowering functions"
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4365>
(cherry picked from commit 14a49f31d3977c2b072b9ef2fdeebebca69fe1d7)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index 1d21cdaf6f3..d2a5fe1200d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -526,7 +526,7 @@ "description": "nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "62d55f12818e55bdbe83cf164f9af37a1a6d64d8" }, |