[PATCH] D61764: [LV] Suppress vectorization in some nontemporal cases

Warren Ristow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 10:16:53 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363581: [LV] Suppress vectorization in some nontemporal cases (authored by wristow, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D61764?vs=204235&id=205111#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61764/new/

https://reviews.llvm.org/D61764

Files:
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.h
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/test/Transforms/LoopVectorize/X86/nontemporal.ll
  llvm/trunk/test/Transforms/LoopVectorize/nontemporal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61764.205111.patch
Type: text/x-patch
Size: 17826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/66b28454/attachment.bin>


More information about the llvm-commits mailing list