[PATCH] D33345: [DAG] Improve Aliasing of operations to static alloca

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 20:50:39 PDT 2017


niravd updated this revision to Diff 104813.
niravd added a comment.
Herald added a subscriber: sdardis.

New patch


https://reviews.llvm.org/D33345

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/AArch64/arm64-abi-varargs.ll
  test/CodeGen/AArch64/arm64-abi_align.ll
  test/CodeGen/AArch64/arm64-alloca-frame-pointer-offset.ll
  test/CodeGen/AArch64/arm64-vext.ll
  test/CodeGen/AArch64/dag-combine-invaraints.ll
  test/CodeGen/AArch64/swifterror.ll
  test/CodeGen/ARM/atomic-op.ll
  test/CodeGen/Hexagon/convertdptoint.ll
  test/CodeGen/Hexagon/convertdptoll.ll
  test/CodeGen/Hexagon/convertsptoint.ll
  test/CodeGen/Hexagon/convertsptoll.ll
  test/CodeGen/Hexagon/dadd.ll
  test/CodeGen/Hexagon/dmul.ll
  test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll
  test/CodeGen/Hexagon/dsub.ll
  test/CodeGen/Hexagon/fadd.ll
  test/CodeGen/Hexagon/fmul.ll
  test/CodeGen/Hexagon/fsub.ll
  test/CodeGen/MSP430/Inst16mm.ll
  test/CodeGen/MSP430/vararg.ll
  test/CodeGen/Mips/dins.ll
  test/CodeGen/X86/2011-10-19-widen_vselect.ll
  test/CodeGen/X86/alias-static-alloca.ll
  test/CodeGen/X86/clobber-fi0.ll
  test/CodeGen/X86/hipe-cc.ll
  test/CodeGen/X86/hipe-cc64.ll
  test/CodeGen/X86/legalize-shift-64.ll
  test/CodeGen/X86/machine-outliner-debuginfo.ll
  test/CodeGen/X86/machine-outliner.ll
  test/CodeGen/X86/widen_arith-2.ll
  test/CodeGen/X86/widen_cast-4.ll
  test/CodeGen/XCore/varargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33345.104813.patch
Type: text/x-patch
Size: 33757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170630/abb65941/attachment.bin>


More information about the llvm-commits mailing list