<?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 integer-128.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f84c70a3 - [CodeView] Saturate values bigger than supported by APInt.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/integer-128.ll#f84c70a3</link>
        <description>[CodeView] Saturate values bigger than supported by APInt.This fixes an assert firing when compiling code which involves 128 bitintegrals.This would trigger runtime checks similar to this:```Assertion failed: getMinSignedBits() &lt;= 64 &amp;&amp; &quot;Too many bits for int64_t&quot;, file llvm/include/llvm/ADT/APInt.h, line 1646```To get around this, we just saturate those big values.Reviewed By: rnkDifferential Revision: https://reviews.llvm.org/D105320

            List of files:
            /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/integer-128.ll</description>
        <pubDate>Thu, 01 Jul 2021 22:26:17 +0000</pubDate>
        <dc:creator>Matheus Izvekov &lt;mizvekov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
