summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorIcecream95 <ixn@disroot.org>2021-12-10 23:44:25 +1300
committerDylan Baker <dylan.c.baker@intel.com>2022-05-10 21:23:14 -0700
commitcf289ff969c538eec521406057f3e261879ca7fd (patch)
tree37fa67d90eba3f3435726d5886998afec5173e37 /.pick_status.json
parent38ac16dbff2728eb5c59653edac2650e5f552284 (diff)
pan/mdg: Use MAX2 to set min_alignment
If a value is written in a vector CSEL but then written again by other instructions, it still needs full alignment, so set min_alignment using MAX2 to avoid ever reducing it. Fixes: 1798f6bfc33 ("pan/midgard: Fix masks/alignment for 64-bit loads") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16382> (cherry picked from commit b281843974aa86594288ca3c096eedf9965739f5)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index cf01af23d63..249fbae10f1 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -688,7 +688,7 @@
"description": "pan/mdg: Use MAX2 to set min_alignment",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": "1798f6bfc33d1d77dae1112591dce18bf7fdbc4a"
},