[llvm-commits] [PATCH] Enable AVX and FMA for BDVER2

Craig Topper craig.topper at gmail.com
Fri Aug 10 13:23:01 PDT 2012


Looks fine to me with the caveat that I don't think the backend is really
designed for FMA3 and FMA4 to be enabled simultaneously. But I think that's
a problem if someone writes +mattr=fma,fma4 as well. I think we need to fix
the pattern selections to make an explicit priority between FMA4 and FMA.

On Fri, Aug 10, 2012 at 7:51 AM, Anitha Boyapati
<anitha.boyapati at gmail.com>wrote:

> On 8 August 2012 17:23, Anitha Boyapati <anitha.boyapati at gmail.com> wrote:
> > Hi
> >
> > Attached patch enables
> >
> > (1). AVX for bdver1 and bdver2
> > (2). FMA for bdver2
> >
> > Please review. Corresponding clang changes are submitted to cfe ML.
> >
>
> Ping. 2 days have gone by. Since the changes are obvious, I would like
> to commit them. Let me know if otherwise.
>
>
> --
>  Anitha
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120810/ceffd37c/attachment.html>


More information about the llvm-commits mailing list