| commit | bd21012c6c01ea3f46d0533a09c3fc3c182c3759 | [log] [tgz] | 
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Wed Jul 20 21:05:01 2016 +0000 | 
| committer | David Majnemer <david.majnemer@gmail.com> | Wed Jul 20 21:05:01 2016 +0000 | 
| tree | 23440e6a304894a5cf907e92d0a0880a0337d830 | |
| parent | 4c7718d51b743b621d7c215eff78004c5ea40cd8 [diff] | 
[GVNHoist] Don't hoist PHI nodes We hoisted PHIs without respecting their special insertion point in the block, leading to verfier errors. This fixes PR28626. llvm-svn: 276181