[PATCH] D26019: [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the mask argument of a vfmadd intrinsic.

2016-11-12 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286733: [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting theā€¦ (authored by ctopper). Changed prior to commit: https://reviews.llvm.org/D26019?vs=75978=77729#toc Repository:

[PATCH] D26019: [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the mask argument of a vfmadd intrinsic.

2016-11-11 Thread Craig Topper via cfe-commits
craig.topper added a comment. Ping https://reviews.llvm.org/D26019 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26019: [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the mask argument of a vfmadd intrinsic.

2016-10-26 Thread Craig Topper via cfe-commits
craig.topper created this revision. craig.topper added reviewers: delena, igorb. craig.topper added a subscriber: cfe-commits. Inverting the mask argument currently fails isel and even if that was fixed it does not reflect the intended semantics of the intrinsic.