[PATCH] D17141: [ARM] Adding IEEE-754 SIMD detection to loop vectorizer

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 06:17:33 PST 2016


rengolin removed rL LLVM as the repository for this revision.
rengolin updated this revision to Diff 48812.
rengolin added a comment.

Adding supportsSubnormal() call to make sure we always optimise on Darwin.


http://reviews.llvm.org/D17141

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/ARM/arm-ieee-vectorize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17141.48812.patch
Type: text/x-patch
Size: 19693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160223/ee614c4f/attachment.bin>


More information about the llvm-commits mailing list