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

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 20:13:38 PDT 2017


niravd updated this revision to Diff 104977.
niravd marked an inline comment as done.
niravd added a comment.

Use IsFixedObjectIndex.


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/statepoint-invoke.ll
  test/CodeGen/X86/statepoint-stack-usage.ll
  test/CodeGen/X86/statepoint-vector.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.104977.patch
Type: text/x-patch
Size: 39022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170701/3eba86ac/attachment.bin>


More information about the llvm-commits mailing list