[PATCH] D52140: [X86] Add initial SimplifyDemandedVectorEltsForTargetNode support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 11:00:31 PDT 2018


RKSimon updated this revision to Diff 166002.
RKSimon added a comment.

Removed duplication in nested if()s


Repository:
  rL LLVM

https://reviews.llvm.org/D52140

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/2012-01-12-extract-sv.ll
  test/CodeGen/X86/combine-sdiv.ll
  test/CodeGen/X86/combine-srem.ll
  test/CodeGen/X86/dagcombine-cse.ll
  test/CodeGen/X86/extractelement-load.ll
  test/CodeGen/X86/insertps-combine.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/pr13577.ll
  test/CodeGen/X86/pr34592.ll
  test/CodeGen/X86/reduce-trunc-shl.ll
  test/CodeGen/X86/urem-seteq-vec-nonsplat.ll
  test/CodeGen/X86/vec_extract-sse4.ll
  test/CodeGen/X86/vec_insert-3.ll
  test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-shuffle-128-v4.ll
  test/CodeGen/X86/vector-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52140.166002.patch
Type: text/x-patch
Size: 71668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/76b7b4d3/attachment.bin>


More information about the llvm-commits mailing list