diff options
author | Rhys Perry <pendingchaos02@gmail.com> | 2023-07-03 18:36:28 +0100 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-07-18 22:44:11 +0100 |
commit | bb78bfed46a66dc0efd51de739efad761fb2c584 (patch) | |
tree | f7c055b6ae194b00355eb9077e54ed47ded97535 /.pick_status.json | |
parent | 7910039e513930bb57ddb0d1fb4a8dead309019d (diff) | |
download | mesa-bb78bfed46a66dc0efd51de739efad761fb2c584.tar.gz mesa-bb78bfed46a66dc0efd51de739efad761fb2c584.tar.bz2 mesa-bb78bfed46a66dc0efd51de739efad761fb2c584.zip |
nir/unsigned_upper_bound: fix phi(bcsel)
This was looking at the wrong sources. src0 is the condition.
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Fixes: 72ac3f60261 ("nir: add nir_unsigned_upper_bound and nir_addition_might_overflow")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23990>
(cherry picked from commit 1139d870f38e7458155c192e1b5a3fe322a7c63c)
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 5abee8cd430..1e7fa931308 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -436,7 +436,7 @@ "description": "nir/unsigned_upper_bound: fix phi(bcsel)", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "72ac3f60261a8510512861b93e843e695331e2ab" }, |