Add a micro optimization to catch cases where the PtrA equals PtrB.
authorNadav Rotem <nrotem@apple.com>
Wed, 17 Jul 2013 19:52:25 +0000 (19:52 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 17 Jul 2013 19:52:25 +0000 (19:52 +0000)
commite65b219edbf5d18ed235dc8a5919580f71d2327b
treea337812bcded43dfbd917b1a431d3678631e8648
parent24ff48476b663cb334afcb062a49c342e341eb92
Add a micro optimization to catch cases where the PtrA equals PtrB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186531 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp