[Mesa-dev] [Bug 108532] make check nir_copy_prop_vars_test.store_store_load_different_components regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 24 07:16:00 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108532

Juan A. Suarez <jasuarez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Juan A. Suarez <jasuarez at igalia.com> ---
Fixed with:

commit 3112da346bd006876d9ac23a781b0a3d0a366653 (HEAD -> master,
upstream/master, origin/master, origin/HEAD, jasuarez/fix-nir-test-v2)
Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Tue Oct 23 15:55:11 2018 +0200

    nir: fix nir_copy_propagation test

    Use nir_src_comp_as_uint() to read the proper second component, as
    nir_src_as_uint() returns the first one.

    v2: Use nir_src_comp_as_uint() [Jason]

    Fixes: 16870de8a0a ("nir: Use nir_src_is_const and nir_src_as_* in core
                         code")
    Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108532
    Tested-by: Michel Dänzer <michel.daenzer at amd.com>
    Tested-by: Vinson Lee <vlee at freedesktop.org>
    Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

 src/compiler/nir/tests/vars_tests.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181024/4f5b70ff/attachment.html>


More information about the mesa-dev mailing list