Summary: | [llvmpipe] complex-loop-analysis-bug regression | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Drivers/Gallium/llvmpipe | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | CC: | sroland |
Version: | 19.0 | Keywords: | bisected, have-backtrace, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2019-04-15 18:16:28 UTC
At a glance, it seems the code is correct, just the assertion is wrong. 0 is a valid value as file_max (as it's the highest allowed value). I guess this is rarely seen in practice because this happens with array declarations which have size 1, which is somewhat unusual (and will lead to inefficient code here I suppose), nevertheless the code can handle this just fine. I'll whip up a fix... Vinson, please don't add bugs to release trackers after that release has already happened. Fixed by 88e0bbf24aa82000195d10c7873f881d190b825b. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.