OSDN Git Service

Avoid vectorization when the function has the "noimplicitflot" attribute.
authorNadav Rotem <nrotem@apple.com>
Wed, 2 Jan 2013 23:54:43 +0000 (23:54 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 2 Jan 2013 23:54:43 +0000 (23:54 +0000)
commit00a6bcaeb4a74b930bc2b21f8021c3358d507ecf
tree18f62057be865d7f73ea42c0407ec54754071067
parent82de10a34c9432029040ced17129079a7d80904e
Avoid vectorization when the function has the "noimplicitflot" attribute.

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