commit | 89a40a3e5c2ac3a4f5193fddc7ea2979761a9e81 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Fri Jul 06 03:42:09 2018 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Fri Jul 06 03:42:09 2018 +0000 |
tree | 14877eb3044f0097d2e061cdb8a36563b2279602 | |
parent | e12c938bca7f1759d8b8c1eba1029398e94af752 [diff] |
[X86] Remove all of the avx512 masked packed fma intrinsics. Use llvm.fma or unmasked 512-bit intrinsics with rounding mode. This upgrades all of the intrinsics to use fneg instructions to convert fma into fmsub/fnmsub/fnmadd/fmsubadd. And uses a select instruction for masking. This matches how clang uses the intrinsics these days. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336409 91177308-0d34-0410-b5e6-96231b3b80d8