[PATCH] D61682: [LoopUnroll] Move visitBB and cost computation to UnrolledInstAnalyzer, for reuse (WIP)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 08:32:39 PDT 2019
fhahn created this revision.
Herald added subscribers: dkrupp, donat.nagy, Szelethus, dmgreen, a.sidorin, zzheng, baloghadamsoftware, hiraditya.
Herald added a project: LLVM.
This is a rough patch moving some infrastructure to estimate the size of a
BB after unrolling to UnrolledInstAnalyzer. The interface still needs
improvement and maybe better naming as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61682
Files:
llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
llvm/unittests/Analysis/UnrollAnalyzerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61682.198666.patch
Type: text/x-patch
Size: 17421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190508/46891f08/attachment.bin>
More information about the llvm-commits
mailing list