<?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 keep-constinit.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>578d2e2c - [llvm-extract] Add -keep-const-init commandline option</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-extract/keep-constinit.ll#578d2e2c</link>
        <description>[llvm-extract] Add -keep-const-init commandline optionSummary:This adds -keep-const-init option to llvm-extract which preserves initializers ofused global constants.For example:```$ cat a.ll@g = constant i32 0define i32 @f() {  %v = load i32, i32* @g  ret i32 %v}$ llvm-extract --func=f a.ll -S -o -@g = external constant i32define i32 @f() { .. }$ llvm-extract --func=f a.ll -keep-const-init -S -o -@g = constant i32 0define i32 @f() { .. }```This option is useful in checking whether a function that uses a constant global is optimized correctly.Reviewers: jsji, MaskRay, david2050Reviewed By: MaskRaySubscribers: hiraditya, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D73833

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-extract/keep-constinit.ll</description>
        <pubDate>Sat, 01 Feb 2020 17:34:10 +0000</pubDate>
        <dc:creator>Juneyoung Lee &lt;aqjune@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
