AVX-512: Implemented missing encoding and intrinsics for FMA instructions
Added tests for DAG lowering ,encoding and intrinsics
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D10796
AVX512 : FMA support ClosedPublic Authored by igorb on Jun 29 2015, 1:13 AM.
Details Summary AVX-512: Implemented missing encoding and intrinsics for FMA instructions
Diff Detail
Event Timelineigorb updated this object. Closed by commit rL240926: AVX-512: Implemented missing encoding and intrinsics for FMA instructions (authored by ibreger). · Explain WhyJun 29 2015, 2:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28651 llvm/trunk/include/llvm/IR/IntrinsicsX86.td
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/lib/Target/X86/X86InstrAVX512.td
llvm/trunk/lib/Target/X86/X86IntrinsicsInfo.h
llvm/trunk/test/CodeGen/X86/avx512-fma-intrinsics.ll
llvm/trunk/test/CodeGen/X86/avx512-fma.ll
llvm/trunk/test/CodeGen/X86/avx512bwvl-intrinsics.ll
llvm/trunk/test/MC/X86/avx512-encodings.s
llvm/trunk/test/MC/X86/x86-64-avx512f_vl.s
|