[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
Mon Jul 31 06:43:18 PDT 2017


niravd updated this revision to Diff 108915.
niravd marked 2 inline comments as done.
niravd added a comment.

Address comments.


https://reviews.llvm.org/D34559

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/MergeConsecutiveStores.ll
  test/CodeGen/X86/bigstructret.ll
  test/CodeGen/X86/bitcast-i256.ll
  test/CodeGen/X86/constant-combines.ll
  test/CodeGen/X86/extract-store.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/stdarg.ll
  test/CodeGen/X86/stores-merging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34559.108915.patch
Type: text/x-patch
Size: 27080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/e08caa00/attachment.bin>


More information about the llvm-commits mailing list