<?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 no-difference.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ded733bd - Add a tool for diffing size remarks</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/no-difference.test#ded733bd</link>
        <description>Add a tool for diffing size remarksThis is a tool which can handle bitstream and YAML remarks. The idea here is toprovide more insight into which functions changed in a benchmark when testingcompiler changes.E.g. &quot;foo got 20% bigger, so maybe we should look more closely at that.&quot;To use the tool, you can use...```$ llvm-remark-size-diff remarks_file_a remarks_file_b --parser=yaml|bitstream```... on two remarks files containing at least instruction count remarks. Thiswill output some data on instruction count change and also other relevantinformation such as stack size change from `remarks_file_a` to `remarks_file_b`.This is a bit of a WIP so I&apos;m happy to change the format etc. Ultimately I thinkit&apos;d be best to have some JSON output which could be consumed by another tool.But some base-level, greppable output is very handy to have anyway.The format I&apos;m proposing here is```&lt;files&gt; &lt;inc/dec in inst count&gt; &lt;fn name&gt; &lt;inst count change&gt; &lt;stack B change&gt;```Where the files and increase/decrease are indicated like below:- `&lt;files&gt;` is one of `++` (file B), `--` (file A), `==` (both)- `&lt;inc/dec in inst count&gt;` is one of `&gt;` (increase) or `&lt;` (decrease)This makes it easy to grep for things like &quot;which functions appeared in A butdid not appear in B?&quot; Or &quot;what are all the instruction count decreases?&quot;Differential Revision: https://reviews.llvm.org/D112940

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-remark-size-diff/no-difference.test</description>
        <pubDate>Fri, 29 Oct 2021 01:51:52 +0000</pubDate>
        <dc:creator>Jessica Paquette &lt;jpaquette@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
