commit | c4e664bb9d640e7b04f6fce23830dfb808895b31 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 16 05:59:59 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 16 05:59:59 2007 +0000 |
tree | a815ff78ff01d49a143a1afb1dacfe085e15432d | |
parent | 232b8ad8c1805d66fd07a4fa61e35166cd956175 [diff] |
Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being careful when folding "c ? load p : load q" that C doesn't reach either load. If so, folding this into load (c ? p : q) will induce a cycle in the graph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33251 91177308-0d34-0410-b5e6-96231b3b80d8