<?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 bitconvert-vector.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/bitconvert-vector.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/bitconvert-vector.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/bitconvert-vector.ll#a96f691985c8546e826012fdc3481c88f034a194</link>
        <description>[Hexagon] Convert some tests to opaque pointers (NFC)

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.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>d91a9e27a987fa3e314c6d536b767e50195bb5a8 - [Hexagon] Simplify CFG after atomic expansion</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.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/bitconvert-vector.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>18484de34b26e424e5863a36f26eaa1288036d42 - [Hexagon] Update more testcases</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll#18484de34b26e424e5863a36f26eaa1288036d42</link>
        <description>[Hexagon] Update more testcasesllvm-svn: 326830

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll</description>
        <pubDate>Tue, 06 Mar 2018 19:15:58 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>e1983bcf552980433a7a8ed7a2ae31ded4ae9b4a - [Hexagon] New HVX target features.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll#e1983bcf552980433a7a8ed7a2ae31ded4ae9b4a</link>
        <description>[Hexagon] New HVX target features.This patch lets the llvm tools handle the new HVX target features thatare added by frontend (clang). The target-features are of the form&quot;hvx-length64b&quot; for 64 Byte HVX mode, &quot;hvx-length128b&quot; for 128 Byte mode HVX.&quot;hvx-double&quot; is an alias to &quot;hvx-length128b&quot; and is soon will be deprecated.The hvx version target feature is upgated form &quot;+hvx&quot; to &quot;+hvxv{version_number}.Eg: &quot;+hvxv62&quot;For the correct HVX code generation, the user must use the followingtarget features.For 64B mode: &quot;+hvxv62&quot; &quot;+hvx-length64b&quot;For 128B mode: &quot;+hvxv62&quot; &quot;+hvx-length128b&quot;Clang picks a default length if none is specified. If for some reason,no hvx-length is specified to llvm, the compilation will bail out.There is a corresponding clang patch.Differential Revision: https://reviews.llvm.org/D38851llvm-svn: 316101

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll</description>
        <pubDate>Wed, 18 Oct 2017 18:07:07 +0000</pubDate>
        <dc:creator>Sumanth Gundapaneni &lt;sgundapa@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>5da24e549553bc6b61ac204b0128773ec165fdd0 - [Hexagon] Equally-sized vectors are equivalent in ISel (except vNi1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll#5da24e549553bc6b61ac204b0128773ec165fdd0</link>
        <description>[Hexagon] Equally-sized vectors are equivalent in ISel (except vNi1)llvm-svn: 273885

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/bitconvert-vector.ll</description>
        <pubDate>Mon, 27 Jun 2016 15:08:22 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
