<?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 invoke-nonzero-program-addrspace.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6bcf2ba2 - Allow creating llvm::Function in non-zero address spaces</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Assembler/invoke-nonzero-program-addrspace.ll#6bcf2ba2</link>
        <description>Allow creating llvm::Function in non-zero address spacesMost users won&apos;t have to worry about this as all of the&apos;getOrInsertFunction&apos; functions on Module will default to the programaddress space.An overload has been added to Function::Create to abstract away thedetails for most callers.This is based on https://reviews.llvm.org/D37054 but without the changes tomake passing a Module to Function::Create() mandatory. I have also addedsome more tests and fixed the LLParser to accept call instructions fortypes in the program address space.Reviewed By: bjopeDifferential Revision: https://reviews.llvm.org/D47541llvm-svn: 340519

            List of files:
            /llvm-project-15.0.7/llvm/test/Assembler/invoke-nonzero-program-addrspace.ll</description>
        <pubDate>Thu, 23 Aug 2018 09:25:17 +0000</pubDate>
        <dc:creator>Alexander Richardson &lt;arichardson.kde@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c11ae185 - Make the LLParser accept call instructions of variables in the program AS</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Assembler/invoke-nonzero-program-addrspace.ll#c11ae185</link>
        <description>Make the LLParser accept call instructions of variables in the program ASSummary:Since r325479 the DataLayout includes a program address space. However, itis not possible to use `call %foo` if foo is a `i8(...) addrspace(200)` andthe DataLayout specifies address space 200 as the address space for functions.With this change the IR parser will still accept variables in the programaddress space as well as address space 0 for call and invoke functions.Reviewers: pcc, arsenm, bjope, dylanmckay, theravenReviewed By: dylanmckaySubscribers: wdng, llvm-commitsDifferential Revision: https://reviews.llvm.org/D43645llvm-svn: 326188

            List of files:
            /llvm-project-15.0.7/llvm/test/Assembler/invoke-nonzero-program-addrspace.ll</description>
        <pubDate>Tue, 27 Feb 2018 11:15:11 +0000</pubDate>
        <dc:creator>Alexander Richardson &lt;arichardson.kde@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
