[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:10:22 PST 2020


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Only handle power of 2 element count for simplicity.


Repository:
  rG LLVM Github Monorepo

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.245583.patch
Type: text/x-patch
Size: 63704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/a147aa45/attachment.bin>


More information about the llvm-commits mailing list