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)
commit4897392360903a03ad8de32408dc2f844919f32b
tree9be9be13f90d822729d1cabdb6dc84c4fcad5882
parentda4b2195fc72e8d2d5751b3d64d68a818426aa86
Avoid vectorization when the function has the "noimplicitflot" attribute.

llvm-svn: 171429
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/nofloat.ll [new file with mode: 0644]