SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
authorNadav Rotem <nrotem@apple.com>
Sun, 23 Jun 2013 06:15:46 +0000 (06:15 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 23 Jun 2013 06:15:46 +0000 (06:15 +0000)
commit6959f08f445ba8e0f7f37fc2dff4c4a51964f962
tree8467f78a8a04895a2baf3defa2534f246e3fc26e
parent53a0552b06cb8288004f7698f6e4640fe2a74f61
SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/cse.ll [new file with mode: 0644]