[PATCH] D28694: Hexagon-specific loop idiom recognition

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 14:19:48 PST 2017


kparzysz updated this revision to Diff 84383.
kparzysz added a comment.

This is the simplest way to insert the pass.  This is very close to what we actually do.  We'd need something like this, which would allow inserting target-specific passes from within the builder.


Repository:
  rL LLVM

https://reviews.llvm.org/D28694

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/IPO/PassManagerBuilder.h
  include/llvm/Transforms/Scalar.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/HexagonLoopIdiomRecognition.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/HexagonLoopIdiom/hexagon-memmove1.ll
  test/Transforms/HexagonLoopIdiom/hexagon-memmove2.ll
  test/Transforms/HexagonLoopIdiom/lcssa.ll
  test/Transforms/HexagonLoopIdiom/lit.local.cfg
  test/Transforms/HexagonLoopIdiom/nullptr-crash.ll
  test/Transforms/HexagonLoopIdiom/pmpy.ll
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28694.84383.patch
Type: text/x-patch
Size: 69155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/3bc81938/attachment.bin>


More information about the llvm-commits mailing list