<?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 aliasing_multiple_alias_groups.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/ScopInfo/aliasing_multiple_alias_groups.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/ScopInfo/aliasing_multiple_alias_groups.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>020fa09a - Remove -polly-code-generator=isl from many test cases</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#020fa09a</link>
        <description>Remove -polly-code-generator=isl from many test casesThis is the default since a long time. Setting it again does not add valuein any of these test cases.llvm-svn: 253800

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Sat, 21 Nov 2015 23:05:48 +0000</pubDate>
        <dc:creator>Tobias Grosser &lt;tobias@grosser.es&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/ScopInfo/aliasing_multiple_alias_groups.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/ScopInfo/aliasing_multiple_alias_groups.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>c94eca05 - Update Polly tests to handle explicitly typed load changes in LLVM.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#c94eca05</link>
        <description>Update Polly tests to handle explicitly typed load changes in LLVM.llvm-svn: 230796

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Fri, 27 Feb 2015 21:22:50 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bad3ff20 - Update Polly tests to handle explicitly typed gep changes in LLVM</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#bad3ff20</link>
        <description>Update Polly tests to handle explicitly typed gep changes in LLVMllvm-svn: 230784

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Fri, 27 Feb 2015 19:20:19 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d1e33e70 - ScopDetection: Only detect scops that have at least one read and one write</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#d1e33e70</link>
        <description>ScopDetection: Only detect scops that have at least one read and one writeScops that only read seem generally uninteresting and scops that only write aremost likely initializations where there is also little to optimize.  To notwaste compile time we bail early.Differential Revision: http://reviews.llvm.org/D7735llvm-svn: 229820

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Thu, 19 Feb 2015 05:31:07 +0000</pubDate>
        <dc:creator>Tobias Grosser &lt;tobias@grosser.es&gt;</dc:creator>
    </item>
<item>
        <title>bd62edb2 - Run upgrade script from PR21532 to match LLVM changes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#bd62edb2</link>
        <description>Run upgrade script from PR21532 to match LLVM changesUpdate tests for LLVM assembly format change in r224257 using the scriptattached to PR21532.  I&apos;m hoping this unsticks the bot [1].[1]: http://lab.llvm.org:8011/builders/polly-amd64-linux/builds/25432llvm-svn: 224269

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Mon, 15 Dec 2014 20:28:50 +0000</pubDate>
        <dc:creator>Duncan P. N. Exon Smith &lt;dexonsmith@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>13771738 - [RTC] Split alias groups according to read only base addresses</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#13771738</link>
        <description>[RTC] Split alias groups according to read only base addresses  If there are multiple read only base addresses in an alias group  we can split it into multiple alias groups each with only one  read only access. This way we might reduce the number of  comparisons significantly as it grows linear in the number of  alias groups but exponential in their size.Differential Revision: http://reviews.llvm.org/D5435llvm-svn: 218757

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Wed, 01 Oct 2014 12:40:46 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;doerfert@cs.uni-saarland.de&gt;</dc:creator>
    </item>
<item>
        <title>b9fb5a2c - [RTC] Runtime Alias Checks for the ISL backend (missing tests)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll#b9fb5a2c</link>
        <description>[RTC] Runtime Alias Checks for the ISL backend (missing tests)  Test files missing in r218046.llvm-svn: 218047

            List of files:
            /llvm-project-15.0.7/polly/test/ScopInfo/aliasing_multiple_alias_groups.ll</description>
        <pubDate>Thu, 18 Sep 2014 11:20:36 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;doerfert@cs.uni-saarland.de&gt;</dc:creator>
    </item>
</channel>
</rss>
