[PATCH] D18512: AVX-512: fixed a bug in fp_to_uint pattern on KNL

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 02:15:16 PDT 2016


delena created this revision.
delena added a reviewer: igorb.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.

Fixed fp_to_uint instruction selection on KNL.
One pattern was missing for <4 x double> to <4 x i32>

Repository:
  rL LLVM

http://reviews.llvm.org/D18512

Files:
  ../lib/Target/X86/X86InstrAVX512.td
  ../test/CodeGen/X86/avx512-cvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18512.51773.patch
Type: text/x-patch
Size: 28581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160328/a8168bd1/attachment.bin>


More information about the llvm-commits mailing list