<?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 stack_args.mir</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fae05692 - CodeGen: Print/parse LLTs in MachineMemOperands</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#fae05692</link>
        <description>CodeGen: Print/parse LLTs in MachineMemOperandsThis will currently accept the old number of bytes syntax, and convertit to a scalar. This should be removed in the near future (I think Iconverted all of the tests already, but likely missed a few).Not sure what the exact syntax and policy should be. We can continueprinting the number of bytes for non-generic instructions to avoidtest churn and only allow non-scalar types for generic instructions.This will currently print the LLT in parentheses, but accept parsingthe existing integers and implicitly converting to scalar. Theparentheses are a bit ugly, but the parser logic seems unable to dealwithout either parentheses or some keyword to indicate the start of atype.

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Thu, 20 May 2021 02:25:51 +0000</pubDate>
        <dc:creator>Matt Arsenault &lt;Matthew.Arsenault@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e74c5b96 - [globalisel] Rename G_GEP to G_PTR_ADD</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#e74c5b96</link>
        <description>[globalisel] Rename G_GEP to G_PTR_ADDSummary:G_GEP is rather poorly named. It&apos;s a simple pointer+scalar addition anddoesn&apos;t support any of the complexities of getelementptr. I thereforepropose that we rename it. There&apos;s a G_PTR_MASK so let&apos;s follow thatconvention and go with G_PTR_ADDReviewers: volkan, aditya_nandakumar, bogner, rovka, arsenmSubscribers: sdardis, jvesely, wdng, nhaehnle, hiraditya, jrtc27, atanasyan, arphaman, Petar.Avramovic, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D69734

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Fri, 01 Nov 2019 20:18:00 +0000</pubDate>
        <dc:creator>Daniel Sanders &lt;daniel_l_sanders@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>48904e94 - [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#48904e94</link>
        <description>[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsingSummary:This catches malformed mir files which specify alignment as log2 instead of pow2.See https://reviews.llvm.org/D65945 for reference,This is patch is part of a series to introduce an Alignment type.See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.htmlSee this patch for the introduction of the type: https://reviews.llvm.org/D64790Reviewers: courbetSubscribers: MatzeB, qcolombet, dschuff, arsenm, sdardis, nemanjai, jvesely, nhaehnle, hiraditya, kbarton, asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, MaskRay, zzheng, edward-jones, atanasyan, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei, jsji, Petar.Avramovic, asbirlea, s.egerton, pzheng, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D67433llvm-svn: 371608

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Wed, 11 Sep 2019 11:16:48 +0000</pubDate>
        <dc:creator>Guillaume Chatelet &lt;gchatelet@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5d6ee76c - Describe stack-id as an enum</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#5d6ee76c</link>
        <description>Describe stack-id as an enumThis patch changes MIR stack-id from an integer to an enum,and adds printing/parsing support for this in MIR files. The defaultstack-id &apos;0&apos; is now renamed to &apos;default&apos;.This should make MIR tests that have stack objects with different stack-idsmore descriptive. It also clarifies code operating on StackID.Reviewers: arsenm, thegameg, qcolombetReviewed By: arsenmDifferential Revision: https://reviews.llvm.org/D60137llvm-svn: 363533

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Mon, 17 Jun 2019 09:13:29 +0000</pubDate>
        <dc:creator>Sander de Smalen &lt;sander.desmalen@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>547a83b4 - MIR: Reject non-power-of-4 alignments in MMO parsing</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#547a83b4</link>
        <description>MIR: Reject non-power-of-4 alignments in MMO parsingllvm-svn: 352686

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Wed, 30 Jan 2019 23:09:28 +0000</pubDate>
        <dc:creator>Matt Arsenault &lt;Matthew.Arsenault@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>021e4c82 - [MIPS GlobalISel] Select instructions to load and store i32 on stack</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir#021e4c82</link>
        <description>[MIPS GlobalISel] Select instructions to load and store i32 on stackAdd code for selection of G_LOAD, G_STORE, G_GEP, G_FRAMEINDEX andG_CONSTANT. Support loads and stores of i32 values.Patch by Petar Avramovic.Differential Revision: https://reviews.llvm.org/D48957llvm-svn: 337168

            List of files:
            /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/stack_args.mir</description>
        <pubDate>Mon, 16 Jul 2018 13:29:32 +0000</pubDate>
        <dc:creator>Petar Jovanovic &lt;petar.jovanovic@mips.com&gt;</dc:creator>
    </item>
</channel>
</rss>
