[PATCH] D22792: VecClone Pass

Matt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 12:29:06 PDT 2017


mmasten updated this revision to Diff 121035.
Herald added a subscriber: javed.absar.

https://reviews.llvm.org/D22792

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  include/llvm/Analysis/VectorVariant.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Utils/VecClone.h
  lib/Analysis/CMakeLists.txt
  lib/Analysis/TargetTransformInfo.cpp
  lib/Analysis/VectorVariant.cpp
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/VecClone.cpp
  test/Transforms/VecClone/all_parm_types.ll
  test/Transforms/VecClone/broadcast.ll
  test/Transforms/VecClone/convert_linear.ll
  test/Transforms/VecClone/external_array.ll
  test/Transforms/VecClone/linear.ll
  test/Transforms/VecClone/linear_mem2reg.ll
  test/Transforms/VecClone/struct_linear_ptr.ll
  test/Transforms/VecClone/two_vec_sum.ll
  test/Transforms/VecClone/two_vec_sum_mask.ll
  test/Transforms/VecClone/two_vec_sum_mem2reg.ll
  test/Transforms/VecClone/uniform.ll
  test/Transforms/VecClone/vector_ptr.ll
  test/Transforms/VecClone/void_foo.ll
  tools/bugpoint/bugpoint.cpp
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22792.121035.patch
Type: text/x-patch
Size: 132512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/f42c233a/attachment-0001.bin>


More information about the llvm-commits mailing list