[PATCH] D22735: Handling UINT_TO_FP and SINT_TO_FP for i1 vectors

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 24 06:22:43 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.

UINT_TO_FP instruction selection fails for i1 vectors.

I fixed UINT_TO_FP / SINT_TO_FP for all i1 vectors and added tests.

Repository:
  rL LLVM

https://reviews.llvm.org/D22735

Files:
  ../lib/Target/X86/X86ISelLowering.cpp
  ../test/CodeGen/X86/avx512-cvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22735.65272.patch
Type: text/x-patch
Size: 15497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160724/921d60c8/attachment.bin>


More information about the llvm-commits mailing list