Don't vectorize when the attribute NoImplicitFloat is used.
authorNadav Rotem <nrotem@apple.com>
Mon, 29 Jul 2013 05:13:00 +0000 (05:13 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 29 Jul 2013 05:13:00 +0000 (05:13 +0000)
commit3202f6cdb9193fe5365462118f499f6e164a1738
tree03539c65d2ef9bf25e007f72515463329b8308ea
parent15658b290817d6f198ab08910a2d754ba11164d1
Don't vectorize when the attribute NoImplicitFloat is used.

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