With Mesa 93794145dd5959d905b65234cf87de3bff801aeb (recent master), INTEL_DEBUG=fs ./run shaders/closed/3dmmes-taiji/42.shader_test produces: math.sat pow(16) g2<1>F g9<8,8,1>F 0.15F { align1 1H }; nop.sat ; It's surprising to see a saturated no-op. It's probably harmless, but I'm not sure why we'd be generating one of those anyway. Could other things leak in, like predication? Does it matter? Matt, I figured I'd mention this in case you were interested. If you think it's harmless, feel free to close this as NOTABUG.
I've sent a patch: [PATCH] i965: Emit proper NOPs.
Fixed by commit 43cdbb3e6ab7224278a2c68586b8d1a9cb7429a9 Author: Matt Turner <mattst88@gmail.com> Date: Sat Dec 3 20:14:55 2016 -0800 i965: Emit proper NOPs.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.