On Wed, May 17, 2017 at 1:20 AM, rander.wang <rander.w...@intel.com> wrote:
>          LLVM transform Mad(a, -b, c) to
>          Add b, -b, 0
>          Mad val, a, b, c

I think you mean that LLVM translates

>          Add b, -b, 0
>          Mad val, a, b, c

to

> Mad(a, -b, c)

As it is written in your summary, it says that LLVM makes the inverse
transformation.
_______________________________________________
Beignet mailing list
Beignet@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to