[Mesa-dev] [PATCH 09/10] i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.

Matt Turner mattst88 at gmail.com
Tue Sep 24 15:42:00 PDT 2013


On Mon, Sep 23, 2013 at 4:13 PM, Matt Turner <mattst88 at gmail.com> wrote:
>  void
>  fs_visitor::visit(ir_expression *ir)
>  {
> +   static bool emitted_addc_or_subb = false;

static is probably wrong. emitted_addc_or_subb should be a member of fs_visitor?


More information about the mesa-dev mailing list