i965: Only insert error message if not already present
authorMatt Turner <mattst88@gmail.com>
Mon, 18 Sep 2017 21:07:20 +0000 (14:07 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 Oct 2017 21:08:54 +0000 (14:08 -0700)
commit122ef3799d5612748afd8b15392c4a819a1b1847
tree6ba4f44282628737a2820fa0a365fb6d538e8f06
parent5e76cf153c980d5c4719376e6653729bcf2db512
i965: Only insert error message if not already present

Some restrictions require something like strides to match between src
and dest. For multi-source instructions, I'd rather encapsulate the
logic for not inserting already present errors in ERROR_IF than
open-coding it multiple places.
src/intel/compiler/brw_eu_validate.c