[PATCH] D54848: [PM] Port LoadStoreVectorizer to the new pass manager.

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 23 02:53:19 PST 2018


markus created this revision.
markus added reviewers: chandlerc, fedor.sergeev, jlebar.
Herald added subscribers: arphaman, nhaehnle, jvesely.

Repository:
  rL LLVM

https://reviews.llvm.org/D54848

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  lib/Transforms/Vectorize/Vectorize.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/complex-index.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/extended-index.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/gep-bitcast.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/insertion-point.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/interleaved-mayalias-store.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/invariant-load.ll
  test/Transforms/LoadStoreVectorizer/X86/codegenprepare-produced-address-math.ll
  test/Transforms/LoadStoreVectorizer/X86/compare-scev-by-complexity.ll
  test/Transforms/LoadStoreVectorizer/X86/correct-order.ll
  test/Transforms/LoadStoreVectorizer/X86/load-width.ll
  test/Transforms/LoadStoreVectorizer/X86/merge-tbaa.ll
  test/Transforms/LoadStoreVectorizer/X86/non-byte-size.ll
  test/Transforms/LoadStoreVectorizer/X86/preserve-order32.ll
  test/Transforms/LoadStoreVectorizer/X86/preserve-order64.ll
  test/Transforms/LoadStoreVectorizer/X86/subchain-interleaved.ll
  test/Transforms/LoadStoreVectorizer/X86/vector-scalar.ll
  test/Transforms/LoadStoreVectorizer/int_sideeffect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54848.175099.patch
Type: text/x-patch
Size: 19578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181123/adccd8b9/attachment.bin>


More information about the llvm-commits mailing list