Skip to content

intel/compiler: Don't emit empty else blocks

Kenneth Graunke requested to merge kwg/mesa:noelse into master

Simple series to stop emitting "ELSE ENDIF" back to back, only to clean it up later. This cuts about a major portion of what opt_dead_control_flow is accomplishing on Skylake, according to shader-db.

Merge request reports