[PATCH] D83094: Analysis: Add a GenericCycleInfo analysis
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 24 09:14:19 PDT 2020
nhaehnle updated this revision to Diff 280484.
nhaehnle added a comment.
v6:
- rename {to,from}Generic -> {wrap,unwrap}Ref
- validateTree prints errors and returns bool now instead of
using assertions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83094/new/
https://reviews.llvm.org/D83094
Files:
llvm/include/llvm/Analysis/CycleInfo.h
llvm/include/llvm/Analysis/GenericCycleInfo.h
llvm/include/llvm/InitializePasses.h
llvm/lib/Analysis/Analysis.cpp
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/CycleInfo.cpp
llvm/lib/Analysis/GenericCycleInfo.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/test/Analysis/CycleInfo/basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83094.280484.patch
Type: text/x-patch
Size: 53985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/c8381c27/attachment.bin>
More information about the llvm-commits
mailing list