[PATCH] D55851: Implement basic loop fusion pass

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 11:51:49 PDT 2019


This revision was automatically updated to reflect the committed changes.
kbarton marked 4 inline comments as done.
Closed by commit rL358607: Add basic loop fusion pass. (authored by kbarton, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55851?vs=192242&id=195612#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55851/new/

https://reviews.llvm.org/D55851

Files:
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Scalar/LoopFuse.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/Scalar/CMakeLists.txt
  llvm/trunk/lib/Transforms/Scalar/LoopFuse.cpp
  llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
  llvm/trunk/test/Transforms/LoopFusion/cannot_fuse.ll
  llvm/trunk/test/Transforms/LoopFusion/four_loops.ll
  llvm/trunk/test/Transforms/LoopFusion/inner_loops.ll
  llvm/trunk/test/Transforms/LoopFusion/loop_nest.ll
  llvm/trunk/test/Transforms/LoopFusion/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55851.195612.patch
Type: text/x-patch
Size: 95221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190417/8d541e75/attachment-0001.bin>


More information about the llvm-commits mailing list