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-polaris10-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-polaris10-aco-fails.txt')
-rw-r--r-- | .gitlab-ci/deqp-radv-polaris10-aco-fails.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-radv-polaris10-aco-fails.txt b/.gitlab-ci/deqp-radv-polaris10-aco-fails.txt index af0dd059b15..dd4f00a7166 100644 --- a/.gitlab-ci/deqp-radv-polaris10-aco-fails.txt +++ b/.gitlab-ci/deqp-radv-polaris10-aco-fails.txt @@ -12,5 +12,4 @@ dEQP-VK.glsl.builtin.precision.asin.highp.vec4 dEQP-VK.info.device_extensions # ACO specific issues. -dEQP-VK.graphicsfuzz.for-with-ifs-and-return dEQP-VK.graphicsfuzz.loops-ifs-continues-call |