[Mesa-dev] [Bug 111578] ineg of b2i32 optimization does not trigger
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 9 17:53:53 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111578
--- Comment #2 from Ian Romanick <idr at freedesktop.org> ---
Looking at the commit, the reason for the regression is obvious. The
nir_lower_bool_to_int32 pass happens after the last nir_opt_algebraic, so the
pattern in nir_opt_algebraic never sees a ('b2i32', 'a at 32'). It's effectively
dead code.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190909/dd69d931/attachment.html>
More information about the mesa-dev
mailing list