[PATCH] D22305: [BasicAA] Strip phi nodes, when all incoming values are the same.
Ehsan Amiri via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 18:18:15 PDT 2016
amehsan added a comment.
> > Please split out the functional change from the performance-related change, and put the functional change in stripPointerCasts so it can be discussed separately.
>
OK. I will change this patch to include only compile time speed up change. Then I will post another code review to include the look-past-the-phi change so we can discuss it separately.
http://reviews.llvm.org/D22305
More information about the llvm-commits
mailing list