<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in simple-inline-loop.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c028081 - [polly] Introduce -polly-print-* passes to replace -analyze.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInliner/simple-inline-loop.ll#5c028081</link>
        <description>[polly] Introduce -polly-print-* passes to replace -analyze.The `opt -analyze` option only works with the legacy pass manager and might be removed in the future, as explained in llvm.org/PR53733. This patch introduced -polly-print-* passes that print what the pass would print with the `-analyze` option and replaces all uses of `-analyze` in the regression tests.There are two exceptions: `CodeGen\single_loop_param_less_equal.ll` and `CodeGen\loop_with_condition_nested.ll` use `-analyze on the `-loops` pass which is not part of Polly.Reviewed By: aeubanksDifferential Revision: https://reviews.llvm.org/D120782

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInliner/simple-inline-loop.ll</description>
        <pubDate>Mon, 14 Mar 2022 13:39:25 +0000</pubDate>
        <dc:creator>Michael Kruse &lt;llvm-project@meinersbur.de&gt;</dc:creator>
    </item>
<item>
        <title>b46847c0 - [ScopInliner] Add a simple Scop-based inliner to polly.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInliner/simple-inline-loop.ll#b46847c0</link>
        <description>[ScopInliner] Add a simple Scop-based inliner to polly.We add a ScopInliner pass which inlines functions based on a simple heuristic:Let `g` call `f`.If we can model all of `f` as a Scop, we inline `f` into `g`.This requires `-polly-detect-full-function` to be enabled. So, the passasserts that `-polly-detect-full-function` is enabled.Differential Revision: https://reviews.llvm.org/D36832llvm-svn: 311126

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInliner/simple-inline-loop.ll</description>
        <pubDate>Thu, 17 Aug 2017 21:57:23 +0000</pubDate>
        <dc:creator>Siddharth Bhat &lt;siddu.druid@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
