[PATCH] D9401: llvm.noalias - The AA implementaton

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 15:43:22 PDT 2016


hfinkel updated this revision to Diff 63335.
hfinkel added a comment.
Herald added a subscriber: mcrosier.

Rebased.

Note that there is some hackery around making the DominatorTree available to the pass when run through its legacy-pass-manager wrapper; this can be removed once legacy-pass-manager support goes away.


http://reviews.llvm.org/D9401

Files:
  include/llvm/Analysis/ScopedNoAliasAA.h
  lib/Analysis/ScopedNoAliasAA.cpp
  test/Analysis/ScopedNoAliasAA/noalias-calls.ll
  test/Analysis/ScopedNoAliasAA/noalias-dup-scope.ll
  test/Analysis/ScopedNoAliasAA/noalias.ll
  test/Analysis/ScopedNoAliasAA/noalias2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9401.63335.patch
Type: text/x-patch
Size: 50634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160708/76366a27/attachment.bin>


More information about the llvm-commits mailing list