[PATCH] D22305: [BasicAA] Avoid calling GetUnderlyingObject, when the result of a previous call can be reused.

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 18:36:38 PDT 2016


amehsan retitled this revision from "[BasicAA] Strip phi nodes, when all incoming values are the same." to "[BasicAA] Avoid calling GetUnderlyingObject, when the result of a previous call can be reused.".
amehsan updated this revision to Diff 63896.
amehsan added a comment.

Separating two changes, so they can be discussed separately


http://reviews.llvm.org/D22305

Files:
  include/llvm/Analysis/BasicAliasAnalysis.h
  lib/Analysis/BasicAliasAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22305.63896.patch
Type: text/x-patch
Size: 6782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160714/188f7dd5/attachment.bin>


More information about the llvm-commits mailing list