[Bug 109216] 4-27% performance drop in Vulkan benchmarks

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 9 23:52:21 UTC 2019


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

--- Comment #14 from Ian Romanick <idr at freedesktop.org> ---
Created attachment 143048
  --> https://bugs.freedesktop.org/attachment.cgi?id=143048&action=edit
intel/compiler: Try nir_opt_if once before nir_opt_peephole_select

Modifying opt_peel_loop_initial_if to work on bcsel in an manner similar to how
it operates on if-statements (i.e., moving all of the instructions that are
only used to support the sources of the bcsel to the end of the loop) is going
to be non-trivial.  In the mean time, this fixes the problem in the small test
case that I supplied.  As soon as it's done running through the CI, I will
submit an MR.

-- 
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/intel-3d-bugs/attachments/20190109/5625f002/attachment.html>


More information about the intel-3d-bugs mailing list