diff options
author | Gabor Buella <gabor.buella@intel.com> | 2018-05-30 15:25:16 +0000 |
---|---|---|
committer | Gabor Buella <gabor.buella@intel.com> | 2018-05-30 15:25:16 +0000 |
commit | 890e363e11d370c2978235c2e443afce83bf3ba5 (patch) | |
tree | 0f0d9f5c09d7b8d0e2a2647aeda463ea0ef25e34 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 707e68fb210e6448b2bd087a594dfd6fe3fb8d5c (diff) | |
download | bcm5719-llvm-890e363e11d370c2978235c2e443afce83bf3ba5.tar.gz bcm5719-llvm-890e363e11d370c2978235c2e443afce83bf3ba5.zip |
[X86] Lowering FMA intrinsics to native IR (LLVM part)
Support for Clang lowering of fused intrinsics. This patch:
1. Removes bindings to clang fma intrinsics.
2. Introduces new LLVM unmasked intrinsics with rounding mode:
int_x86_avx512_vfmadd_pd_512
int_x86_avx512_vfmadd_ps_512
int_x86_avx512_vfmaddsub_pd_512
int_x86_avx512_vfmaddsub_ps_512
supported with a new intrinsic type (INTR_TYPE_3OP_RM).
3. Introduces new x86 fmaddsub/fmsubadd folding.
4. Introduces new tests for code emitted by sequentions introduced in Clang part.
Patch by tkrupa
Reviewers: craig.topper, sroland, spatel, RKSimon
Reviewed By: craig.topper, RKSimon
Differential Revision: https://reviews.llvm.org/D47443
llvm-svn: 333554
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions