intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pair
authorMatt Turner <mattst88@gmail.com>
Wed, 14 Jun 2017 21:47:19 +0000 (14:47 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
commitb1afdf9fc121df7e2e757fb9cf0d2c1f37a408ba
tree020dcaf713a2dca68a9d54eee0de8f58d6907077
parent2cff3242109078999c57d5e6772418c09e835826
intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pair

This isn't technically broken, but the next patch will make this
function report whether it generated multiple instructions, and that
information will be used to disable the application of conditional mod
by the generic code.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs_generator.cpp