[PATCH] D34559: [X86][DAG] Switch X86 Target to post-legalized store merge

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 13:09:31 PDT 2017


niravd updated this revision to Diff 103762.
niravd added a comment.
Herald added a subscriber: nemanjai.

Rebase on improved bitcast store


https://reviews.llvm.org/D34559

Files:
  include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/BPF/undef.ll
  test/CodeGen/MSP430/Inst16mm.ll
  test/CodeGen/PowerPC/complex-return.ll
  test/CodeGen/X86/MergeConsecutiveStores.ll
  test/CodeGen/X86/bigstructret.ll
  test/CodeGen/X86/bitcast-i256.ll
  test/CodeGen/X86/build-vector-128.ll
  test/CodeGen/X86/build-vector-256.ll
  test/CodeGen/X86/build-vector-512.ll
  test/CodeGen/X86/clear_upper_vector_element_bits.ll
  test/CodeGen/X86/constant-combines.ll
  test/CodeGen/X86/fold-vector-sext-crash2.ll
  test/CodeGen/X86/legalize-shl-vec.ll
  test/CodeGen/X86/merge-consecutive-loads-128.ll
  test/CodeGen/X86/merge-store-partially-alias-loads.ll
  test/CodeGen/X86/no-sse2-avg.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/stdarg.ll
  test/CodeGen/X86/stores-merging.ll
  test/CodeGen/X86/vector-shuffle-256-v4.ll
  test/CodeGen/X86/wide-integer-cmp.ll
  test/CodeGen/X86/widen_arith-6.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34559.103762.patch
Type: text/x-patch
Size: 62097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170623/e9dbafc4/attachment-0001.bin>


More information about the llvm-commits mailing list