<?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 reduction_multiple_loops_array_sum.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/DependenceInfo/reduction_multiple_loops_array_sum.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/DependenceInfo/reduction_multiple_loops_array_sum.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>b210c989 - [BasicAA] Replace -basicaa with -basic-aa in polly</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#b210c989</link>
        <description>[BasicAA] Replace -basicaa with -basic-aa in pollyFollow up to https://reviews.llvm.org/D82607.

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Tue, 30 Jun 2020 22:40:24 +0000</pubDate>
        <dc:creator>Arthur Eubanks &lt;aeubanks@google.com&gt;</dc:creator>
    </item>
<item>
        <title>52ae5825 - Add fine-grain dependences analysis to release notes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#52ae5825</link>
        <description>Add fine-grain dependences analysis to release notes.Differential Revision: http://reviews.llvm.org/D17905llvm-svn: 264575

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Mon, 28 Mar 2016 12:41:49 +0000</pubDate>
        <dc:creator>Hongbin Zheng &lt;etherzhhb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9691d716 - Introduce fine-grain dependence analysis by tagging access functions and schedules tree with either the id of memory access or memory references.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#9691d716</link>
        <description>Introduce fine-grain dependence analysis by tagging access functions and schedules tree with either the id of memory access or memory references.Differential Revision: http://reviews.llvm.org/D17381llvm-svn: 262039

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Fri, 26 Feb 2016 17:05:24 +0000</pubDate>
        <dc:creator>Hongbin Zheng &lt;etherzhhb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>959a8dc3 - Update to ISL 0.16.1</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#959a8dc3</link>
        <description>Update to ISL 0.16.1llvm-svn: 257898

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Fri, 15 Jan 2016 15:54:45 +0000</pubDate>
        <dc:creator>Michael Kruse &lt;llvm@meinersbur.de&gt;</dc:creator>
    </item>
<item>
        <title>5a9a65e4 - Prepare unit tests for update to ISL 0.16</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#5a9a65e4</link>
        <description>Prepare unit tests for update to ISL 0.16ISL 0.16 will change how sets are printed which breaks 117 unit teststhat text-compare printed sets. This patch re-formats most of these unittests using a script and small manual editing on top of that. Whenactually updating ISL, most work is done by just re-running the scriptto adapt to the changed output.Some tests that compare IR and tests with single CHECK-lines that can beeasily updated manually are not included here.The re-format script will also be committed afterwards. The per-testformatter invocation command lines options will not be added in the nearfuture because it is ad hoc and would overwrite the manual edits.Ideally it also shouldn&apos;t be required anymore because ISL&apos;s set printinghas become more stable in 0.16.Differential Revision: http://reviews.llvm.org/D16095llvm-svn: 257851

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Fri, 15 Jan 2016 00:48:42 +0000</pubDate>
        <dc:creator>Michael Kruse &lt;llvm@meinersbur.de&gt;</dc:creator>
    </item>
<item>
        <title>f4ee371e - tests: Drop -polly-detect-unprofitable and -polly-no-early-exit</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#f4ee371e</link>
        <description>tests: Drop -polly-detect-unprofitable and -polly-no-early-exitThese flags are now always passed to all tests and need to be disabled ifnot needed. Disabling these flags, rather than passing them to almost alltests, significantly simplfies our RUN: lines.llvm-svn: 249422

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Tue, 06 Oct 2015 15:36:44 +0000</pubDate>
        <dc:creator>Tobias Grosser &lt;tobias@grosser.es&gt;</dc:creator>
    </item>
<item>
        <title>f6557f98 - Rename the Dependences pass to DependenceInfo [NFC]</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll#f6557f98</link>
        <description>Rename the Dependences pass to DependenceInfo [NFC]  We rename the Dependences pass to DependenceInfo as a first step to a  caching pass policy. The new DependenceInfo pass will later provide  &quot;Dependences&quot; for a SCoP.  To keep consistency the test folder is renamed too.llvm-svn: 231308

            List of files:
            /llvm-project-15.0.7/polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll</description>
        <pubDate>Wed, 04 Mar 2015 22:43:40 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;doerfert@cs.uni-saarland.de&gt;</dc:creator>
    </item>
</channel>
</rss>
