| commit | f202365910b9c20a30e26f449dbf6f9b49cf774a | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Wed Oct 26 05:35:38 2016 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Wed Oct 26 05:35:38 2016 +0000 |
| tree | 30c4547e1101c98e31dccfbb7a6d61103ddd6d8e | |
| parent | 6cbd65e4df7ec1b2009b5486c679efa39143dc9a [diff] |
[AVX-512] Fix the operand order for all calls to __builtin_ia32_vfmaddss3_mask. Summary: The preserved input should be the first argument and the vector inputs should be in the same order as the intrinsics it is used to implement. Reviewers: igorb, delena Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D25902 llvm-svn: 285175