[Mesa-dev] [Bug 106246] radv: VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT and bringing down initial pipeline compile times

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 27 08:39:36 UTC 2018


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

--- Comment #3 from Nicolai Hähnle <nhaehnle at gmail.com> ---
As long as scratch buffer support is robust, removing LLVM IR optimization
passes is probably not a problem, though you really do want mem2reg and I don't
think we spend much time in the others (at least radeonsi didn't, last time I
checked).

Using the -O0 settings for the codegen backend is a lot riskier. Our compute
folks have done some work fixing bugs there, but I really wouldn't recommend
it.

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


More information about the mesa-dev mailing list