[PATCH] D30225: [LIR] re-enable generation of memmove with runtime checks

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 11:39:52 PST 2017


sebpop updated this revision to Diff 90343.
sebpop added a comment.

Added check for HasMemmove.


https://reviews.llvm.org/D30225

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/CodeGen/Hexagon/loop-idiom/hexagon-memmove1.ll
  llvm/test/CodeGen/Hexagon/loop-idiom/hexagon-memmove2.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/pass-pipelines.ll
  llvm/test/Transforms/LoopIdiom/basic.ll
  llvm/test/Transforms/LoopIdiom/memmove.ll
  llvm/test/Transforms/LoopIdiom/memmove1.ll
  llvm/test/Transforms/LoopIdiom/memmove2.ll
  llvm/test/Transforms/LoopIdiom/memset_noidiom.ll
  llvm/test/Transforms/LoopIdiom/pr28196.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30225.90343.patch
Type: text/x-patch
Size: 64590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/5202f0c5/attachment-0001.bin>


More information about the llvm-commits mailing list