llvm-capstone/polly/lib/Support
Eli Friedman acf8006471 [Polly CodeGen] Break critical edge from RTC to original loop.
This makes polly generate a CFG which is closer to what we want
in LLVM IR, with a loop preheader for the original loop. This is
just a cleanup, but it exposes some fragile assumptions.

I'm not completely happy with the changes related to expandCodeFor;
RTCBB->getTerminator() is basically a random insertion point which
happens to work due to the way we generate runtime checks. I'm not
sure what the right answer looks like, though.

Differential Revision: https://reviews.llvm.org/D26053

llvm-svn: 285864
2016-11-02 22:32:23 +00:00
..
GICHelper.cpp [Support] Compile fix for gcc. NFC. 2016-09-30 16:47:43 +00:00
Mainpage.h
RegisterPasses.cpp Fix formatting after recent cl:: changes 2016-10-09 08:31:35 +00:00
SCEVAffinator.cpp [SCEVAffinator] Make precise modular math more correct. 2016-10-21 18:08:02 +00:00
SCEVValidator.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00
ScopHelper.cpp [Polly CodeGen] Break critical edge from RTC to original loop. 2016-11-02 22:32:23 +00:00
ScopLocation.cpp