[PATCH] D43674: [TargetLowering] Add vector BITCAST support to SimplifyDemandedVectorElts

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 05:35:31 PST 2018


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

Notably helps cleanup after legalization of vector types


Repository:
  rL LLVM

https://reviews.llvm.org/D43674

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/X86/mmx-build-vector.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/vec_insert-7.ll
  test/CodeGen/X86/vec_int_to_fp.ll
  test/CodeGen/X86/vector-half-conversions.ll
  test/CodeGen/X86/vector-shuffle-128-v4.ll
  test/CodeGen/X86/vector-shuffle-128-v8.ll
  test/CodeGen/X86/vector-shuffle-256-v16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43674.135629.patch
Type: text/x-patch
Size: 67481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/25f35841/attachment.bin>


More information about the llvm-commits mailing list