<?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 gather-null-pointer.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>176bbcae - [DSE] Remove MemDep-based implementation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll#176bbcae</link>
        <description>[DSE] Remove MemDep-based implementationThe MemorySSA-based implementation has been enabled without issuefor a while now, so keeping the old implementation around doesn&apos;tseem useful anymore. This drops the MemDep-based implementation.Differential Revision: https://reviews.llvm.org/D97877

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll</description>
        <pubDate>Wed, 03 Mar 2021 19:38:50 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;nikita.ppv@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cee313d2 - Revert &quot;Temporarily Revert &quot;Add basic loop fusion pass.&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll#cee313d2</link>
        <description>Revert &quot;Temporarily Revert &quot;Add basic loop fusion pass.&quot;&quot;The reversion apparently deleted the test/Transforms directory.Will be re-reverting again.llvm-svn: 358552

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll</description>
        <pubDate>Wed, 17 Apr 2019 04:52:47 +0000</pubDate>
        <dc:creator>Eric Christopher &lt;echristo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>35f55d72 - [X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll#35f55d72</link>
        <description>[X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsicsIntrArgMemOnly implies that only memory pointed to by pointer typed arguments will be accessed. But these intrinsics allow you to pass null to the pointer argument and put the full address into the index argument. Other passes won&apos;t be able to understand this.A colleague found that ISPC was creating gathers like this and then dead store elimination removed some stores because it didn&apos;t understand what the gather was doing since the pointer argument was null.Differential Revision: https://reviews.llvm.org/D58805llvm-svn: 355228

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll</description>
        <pubDate>Fri, 01 Mar 2019 21:02:40 +0000</pubDate>
        <dc:creator>Craig Topper &lt;craig.topper@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e6bfb091 - [X86] Add test case for D58805. NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll#e6bfb091</link>
        <description>[X86] Add test case for D58805. NFCThis demonstrates dead store elimination removing a store that may alias a gather that uses null as its base.llvm-svn: 355227

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/X86/gather-null-pointer.ll</description>
        <pubDate>Fri, 01 Mar 2019 21:02:34 +0000</pubDate>
        <dc:creator>Craig Topper &lt;craig.topper@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
