[PATCH] D22792: VecClone Pass
Matt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 16:29:05 PST 2018
mmasten updated this revision to Diff 131670.
mmasten added a comment.
Extensive update to the VecClone algorithm based on Hal's feedback. VecClone pass is now supported through the new pass manager. Other minor code changes made.
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/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
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/LoopVectorize/masked_simd_func.ll
test/Transforms/LoopVectorize/simd_func.ll
test/Transforms/LoopVectorize/simd_func_scalar.ll
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.131670.patch
Type: text/x-patch
Size: 116449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180127/415cdb87/attachment-0001.bin>
More information about the llvm-commits
mailing list