| commit | 7499b452c1425359ae19e12adcfbbe7f1de2823e | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Dec 14 08:46:09 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Dec 14 08:46:09 2010 +0000 |
| tree | f3f5c26515ebbcc86ac65601b8edf7d3ca139c70 | |
| parent | db40c7f57326f6c6f08e0b9e397dd2aff98c4c3a [diff] |
- Insert new instructions before DomBlock's terminator, which is simpler than finding a place to insert in BB. - Don't perform the 'if condition hoisting' xform on certain i1 PHIs, as it interferes with switch formation. This re-fixes "example 7", without breaking the world hopefully. llvm-svn: 121764