[PATCH] D74886: [X86] Add a DAG combine to form CVTPH2PS from vXf16->vXf32/vXf64 fp_extends.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 23:27:59 PST 2020


craig.topper updated this revision to Diff 245587.
craig.topper added a comment.

Add a DAG combine to call SimplifyDemandedVectorElts for v8i16->v4f32 case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74886/new/

https://reviews.llvm.org/D74886

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/half.ll
  llvm/test/CodeGen/X86/vector-half-conversions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74886.245587.patch
Type: text/x-patch
Size: 64914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/11c4e273/attachment.bin>


More information about the llvm-commits mailing list