<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/CondProp, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/CondProp?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/CondProp?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-04-14T23:40:03Z</updated>
<entry>
<title>Optimize conditional branch on i1 phis with non-constant inputs.</title>
<updated>2009-04-14T23:40:03Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-04-14T23:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df2f1189a3e2ad92a40b0b05d79c271d82fad7a9'/>
<id>urn:sha1:df2f1189a3e2ad92a40b0b05d79c271d82fad7a9</id>
<content type='text'>
This turns:

eq:
        %3 = icmp eq i32 %1, %2
        br label %join

ne:
        %4 = icmp ne i32 %1, %2
        br label %join

join:
        %5 = phi i1 [%3, %eq], [%4, %ne]
        br i1 %5, label %yes, label %no

=&gt;

eq:
        %3 = icmp eq i32 %1, %2
        br i1 %3, label %yes, label %no

ne:
        %4 = icmp ne i32 %1, %2
        br i1 %4, label %yes, label %no


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69102 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Ignore dbg intrinsics while propagating conditional expression info. Take 2.</title>
<updated>2009-02-05T23:32:52Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-02-05T23:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=32d9701d680e30c3cf102c0addfacf36ff827a48'/>
<id>urn:sha1:32d9701d680e30c3cf102c0addfacf36ff827a48</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63898 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert rev. 63876. It is causing llvm-gcc bootstrap failure.</title>
<updated>2009-02-05T21:46:41Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-02-05T21:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=998cbb0444ecb597e4b46f1950561d92b5395769'/>
<id>urn:sha1:998cbb0444ecb597e4b46f1950561d92b5395769</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63888 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove dead blocks in the end.</title>
<updated>2009-02-05T19:59:42Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-02-05T19:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39c873e38f3b173b51bd9d3d3b4ec1381b829754'/>
<id>urn:sha1:39c873e38f3b173b51bd9d3d3b4ec1381b829754</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Ignore dbg intrinsics while propagating conditional expression info.</title>
<updated>2009-02-05T19:15:39Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-02-05T19:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1851db6b0f9ef1b85d14b24eb9f838748396352f'/>
<id>urn:sha1:1851db6b0f9ef1b85d14b24eb9f838748396352f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63876 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle single-entry phi nodes gracefully in condprop.</title>
<updated>2009-01-26T02:18:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-26T02:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18f02318a65e176cb165ccff97478a7967aeef86'/>
<id>urn:sha1:18f02318a65e176cb165ccff97478a7967aeef86</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62985 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove llvm-upgrade and update test cases.</title>
<updated>2008-03-01T09:15:35Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-01T09:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec9a35a6f9143cfa325e0413cc297c48f627973a'/>
<id>urn:sha1:ec9a35a6f9143cfa325e0413cc297c48f627973a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll</title>
<updated>2007-08-02T04:47:05Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-08-02T04:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9dd7a5178f00b40db91078f93233369a605a7db8'/>
<id>urn:sha1:9dd7a5178f00b40db91078f93233369a605a7db8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert .cvsignore files</title>
<updated>2007-06-29T16:35:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2007-06-29T16:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e644ef7b098460ce831220c780cbe25eaef3fb28'/>
<id>urn:sha1:e644ef7b098460ce831220c780cbe25eaef3fb28</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1319:</title>
<updated>2007-04-15T06:53:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-15T06:53:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca5d9ca748773a122024aa9e3c533de31726b85e'/>
<id>urn:sha1:ca5d9ca748773a122024aa9e3c533de31726b85e</id>
<content type='text'>
Upgrade to use new Tcl exec based test harness


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
