[PATCH] D84838: [BPI][NFC] Unify handling of normal and SCC based loops
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 05:30:37 PDT 2020
ebrevnov created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
ebrevnov requested review of this revision.
This is one more NFC part extracted from D79485 <https://reviews.llvm.org/D79485>. Normal and SCC based loops have very different representation and have to be handled separatly each time we deal with loops. D79485 <https://reviews.llvm.org/D79485> is going to introduce much more extensive use of loops what will be problematic with out this change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84838
Files:
llvm/include/llvm/Analysis/BranchProbabilityInfo.h
llvm/lib/Analysis/BranchProbabilityInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84838.281534.patch
Type: text/x-patch
Size: 8311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/2276641e/attachment.bin>
More information about the llvm-commits
mailing list