Skip to content

intel/compiler: Fix ivybridge fsign regressions since dropping source modifiers

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

My recent patch to drop source modifiers broke a Piglit test for the sign() function on Ivybridge. It turned out to be a copy propagation bug. While investigating this, I realized we could delete more code as well, and port one tiny optimization from the backend to NIR.

+@idr +@mattst88

Merge request reports