[PATCH] D63844: [LoopFusion] Extend use of OptimizationRemarkEmitter

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 13:14:08 PDT 2019


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

Address the following review comments:

1. Create a function template to report successful and missed loop fusion opportunities.
2. Cleanup debug metadata in the test cases.
3. Address other minor comments (pre-increment of stats, function name, missing asserts).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63844

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63844.209938.patch
Type: text/x-patch
Size: 33525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190715/4dfcaf58/attachment.bin>


More information about the llvm-commits mailing list