[PATCH] [Polly][RTC] Use the domain to split alias groups.

Johannes Doerfert doerfert at cs.uni-saarland.de
Mon Sep 22 04:53:53 PDT 2014


Hi grosser,

  We use a parametric abstraction of the domain to split alias groups
  if accesses cannot be executed under the same parameter evaluation.

  The two test cases check that we can remove alias groups if the
  pointers which might alias are never accessed under the same parameter
  evaluation and that the minimal/maximal accesses are not global but
  with regards to the parameter evaluation.

http://reviews.llvm.org/D5436

Files:
  lib/Analysis/ScopInfo.cpp
  test/ScopInfo/aliasing_conditional_alias_groups_1.ll
  test/ScopInfo/aliasing_conditional_alias_groups_2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5436.13926.patch
Type: text/x-patch
Size: 6836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140922/ac6fe75b/attachment.bin>


More information about the llvm-commits mailing list