[PATCH] D52528: [X86] Type legalize v2f32 loads by using an f64 load and a scalar_to_vector.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 13:38:11 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344291: [X86] Type legalize v2f32 loads by using an f64 load and a scalar_to_vector. (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52528?vs=167050&id=169295#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52528

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/bitcast-int-to-vector.ll
  llvm/trunk/test/CodeGen/X86/fold-load-vec.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-256.ll
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/vec_extract-avx.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll
  llvm/trunk/test/CodeGen/X86/widen_load-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52528.169295.patch
Type: text/x-patch
Size: 10441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/e83c0c4a/attachment.bin>


More information about the llvm-commits mailing list