[PATCH] D52653: [CodeGen, AArch64] Combine Interleaved Loads which are not covered by the Vectorizer

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 06:29:00 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347208: Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads. (authored by martin.elshuber, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52653?vs=173658&id=174601#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52653

Files:
  llvm/trunk/include/llvm/CodeGen/Passes.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/lib/CodeGen/CMakeLists.txt
  llvm/trunk/lib/CodeGen/CodeGen.cpp
  llvm/trunk/lib/CodeGen/InterleavedLoadCombinePass.cpp
  llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/trunk/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/trunk/test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll
  llvm/trunk/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52653.174601.patch
Type: text/x-patch
Size: 70229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181119/335da4e8/attachment.bin>


More information about the llvm-commits mailing list