[PATCH] D65464: [LoopFusion] Add ability to fuse guarded loops

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 11:56:42 PDT 2019


kbarton updated this revision to Diff 214204.
kbarton added a comment.

- Address review comments.
- Improve haveIdenticalGuards method by ensuring the guards gave the same flow into/around the loop in addition to identical compare instructions.
- Remove (redundant) increments of FuseCounter statistic.
- Addressed review comments.
- Remove old, out of date comments in fuseGuardedLoops method.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65464

Files:
  llvm/lib/Transforms/Scalar/LoopFuse.cpp
  llvm/test/Transforms/LoopFusion/guarded.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65464.214204.patch
Type: text/x-patch
Size: 27777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/611d2e54/attachment.bin>


More information about the llvm-commits mailing list