<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in isel-global-offset-alignment.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2208c97c1bec2512d4e47b6223db6d95a7037956 - [Hexagon,test] Change llc -march= to -mtriple=</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#2208c97c1bec2512d4e47b6223db6d95a7037956</link>
        <description>[Hexagon,test] Change llc -march= to -mtriple=Similar to 806761a7629df268c8aed49657aeccffa6bca449-mtriple= specifies the full target triple while -march= merely sets thearchitecture part of the default target triple, leaving a target triple whichmay not make sense.Therefore, -march= is error-prone and not recommended for tests without a targettriple. The issue has been benign as we recognize $unknown-apple-darwin as ELF insteadof rejecting it outrightly.

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Sun, 15 Dec 2024 18:20:22 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>a96f691985c8546e826012fdc3481c88f034a194 - [Hexagon] Convert some tests to opaque pointers (NFC)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#a96f691985c8546e826012fdc3481c88f034a194</link>
        <description>[Hexagon] Convert some tests to opaque pointers (NFC)

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Mon, 19 Dec 2022 11:52:45 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4ce26deac2a69492d5af349c25f285f6d493f82c - [DAG] Reassociate Add with Or</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#4ce26deac2a69492d5af349c25f285f6d493f82c</link>
        <description>[DAG] Reassociate Add with OrWe already have reassociation code for Adds and Ors separately in DAGcombiner, this adds it for the combination of the two where Ors act likeAdds. It reassociates (add (or (x, c), y) -&gt; (add (add (x, y), c)) wherewe know that the Ors operands have no common bits set, and the Or hasone use.Differential Revision: https://reviews.llvm.org/D104765

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Wed, 07 Jul 2021 09:21:07 +0000</pubDate>
        <dc:creator>David Green &lt;david.green@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>be0924ad179eb7113fb7539bb2d7fc681ffd9ed9 - [Tests] Update some tests for D104765. NFC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#be0924ad179eb7113fb7539bb2d7fc681ffd9ed9</link>
        <description>[Tests] Update some tests for D104765. NFC

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Tue, 06 Jul 2021 18:23:52 +0000</pubDate>
        <dc:creator>David Green &lt;david.green@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>cb04e590d3b912bf14583955f7696fa02549b7e1 - [Hexagon] make tests immune to improvements in undef simplification</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#cb04e590d3b912bf14583955f7696fa02549b7e1</link>
        <description>[Hexagon] make tests immune to improvements in undef simplificationllvm-svn: 347165

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Sun, 18 Nov 2018 16:50:16 +0000</pubDate>
        <dc:creator>Sanjay Patel &lt;spatel@rotateright.com&gt;</dc:creator>
    </item>
<item>
        <title>d91a9e27a987fa3e314c6d536b767e50195bb5a8 - [Hexagon] Simplify CFG after atomic expansion</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#d91a9e27a987fa3e314c6d536b767e50195bb5a8</link>
        <description>[Hexagon] Simplify CFG after atomic expansionThis will remove suboptimal branching from the generated ll/sc loops.The extra simplification pass affects a lot of testcases, which havebeen modified to accommodate this change: either by modifying thetest to become immune to the CFG simplification, or (less preferablt)by adding option -hexagon-initial-cfg-clenaup=0.llvm-svn: 338774

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Thu, 02 Aug 2018 22:17:53 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>96a284114ecd0df27d7b5f54cf712a3059252eb2 - Revert: [Hexagon] Make sure that offset on globals matches alignment requirements</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#96a284114ecd0df27d7b5f54cf712a3059252eb2</link>
        <description>Revert: [Hexagon] Make sure that offset on globals matches alignment requirementsThis reverts r323562, since it wasn&apos;t actually necessary. Constant-extended offsets do not need to be aligned, as long as the effectiveaddress is aligned.Keep the testcase, with a modification which checks that such offsetsare not unnecessarily avoided.llvm-svn: 323798

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Tue, 30 Jan 2018 18:10:27 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>d4273abb69e487883a612d49025dda2fb40322cd - [Hexagon] Make sure that offset on globals matches alignment requirements</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll#d4273abb69e487883a612d49025dda2fb40322cd</link>
        <description>[Hexagon] Make sure that offset on globals matches alignment requirementsA correctly aligned address may happen to be separated into a variablepart and a constant part, where the constant part does not match thealignment needed in a load/store that uses this address. Such a constantcannot be used as an immediate offset in an indexed instruction.When lowering a global address, make sure that if there is an offsetfolded into the global, the offset is valid for all uses in load/storeinstructions.llvm-svn: 323562

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/isel-global-offset-alignment.ll</description>
        <pubDate>Fri, 26 Jan 2018 21:20:04 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
