[PATCH] D15110: Fixed a bug in FP logic operation lowering on AVX-512
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 07:17:02 PST 2015
delena created this revision.
delena added a reviewer: craig.topper.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.
FP logic instructions are supported in DQ extension on AVX-512 target.
We can use integer operations instead.
Added tests.
I also enabled FABS in this patch in order to check ANDPS.
Repository:
rL LLVM
http://reviews.llvm.org/D15110
Files:
../lib/Target/X86/X86ISelLowering.cpp
../lib/Target/X86/X86InstrInfo.td
../lib/Target/X86/X86InstrSSE.td
../test/CodeGen/X86/avx-logic.ll
../test/CodeGen/X86/avx512-arith.ll
../test/CodeGen/X86/vec_fabs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15110.41506.patch
Type: text/x-patch
Size: 10413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/3aafe9da/attachment.bin>
More information about the llvm-commits
mailing list