[PATCH] D56971: [X86] Add DAG combine to merge vzext_movl with the various fp<->int conversion operations that only write the lower 64-bits of an xmm register and zero the rest.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 19:55:20 PST 2019


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.

We have isel patterns for this, but we're missing some load patterns and all broadcast patterns. A DAG combine seems like a better fit for this.


Repository:
  rL LLVM

https://reviews.llvm.org/D56971

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/avx512dqvl-intrinsics.ll
  test/CodeGen/X86/avx512vl-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56971.182691.patch
Type: text/x-patch
Size: 16404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190120/1f31c426/attachment.bin>


More information about the llvm-commits mailing list