diff options
author | Rhys Perry <[email protected]> | 2020-04-27 13:53:59 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-29 11:07:09 +0000 |
commit | 9392ddab4399d796fdf37602f586965ec17f2b2a (patch) | |
tree | fdd49a00c3df3950fcd930904c6037ce289f9cd3 /.gitlab-ci/deqp-radv-vega10-aco-fails.txt | |
parent | 98675d34c115e3a8db9b6b74e8eca01af5fff101 (diff) |
aco: consider blocks unreachable if they are in the logical cfg
unreachable was true if the last block is unreachable in the linear cfg,
but it should also be true if it is unreachable in the logical cfg.
Fixes dEQP-VK.graphicsfuzz.for-with-ifs-and-return
Signed-off-by: Rhys Perry <[email protected]>
Fixes: 8d8c864beba399ae4ee2267f680d1f600ad32767
('aco: improve check for unreachable loop continue blocks')
Reviewed-by: Daniel Schürmann <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4764>
Diffstat (limited to '.gitlab-ci/deqp-radv-vega10-aco-fails.txt')
-rw-r--r-- | .gitlab-ci/deqp-radv-vega10-aco-fails.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-radv-vega10-aco-fails.txt b/.gitlab-ci/deqp-radv-vega10-aco-fails.txt index 8c7d6e5af77..fb0bfc9e184 100644 --- a/.gitlab-ci/deqp-radv-vega10-aco-fails.txt +++ b/.gitlab-ci/deqp-radv-vega10-aco-fails.txt @@ -10,5 +10,4 @@ dEQP-VK.info.device_extensions # ACO specific issues. dEQP-VK.transform_feedback.simple.multistreams_1 dEQP-VK.transform_feedback.simple.multistreams_3 -dEQP-VK.graphicsfuzz.for-with-ifs-and-return dEQP-VK.graphicsfuzz.loops-ifs-continues-call |