| commit | a2287855262461b946ad7ce55a628629a4436144 | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Wed May 04 16:05:05 2011 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Wed May 04 16:05:05 2011 +0000 |
| tree | da68f7cab1cfcb86ca56471f7abbe69e7432cb11 | |
| parent | 6f09245c3395ae19382f97a59cef16ccc33656df [diff] |
Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common, but according to my super-optimizer there are only two missed simplifications of -instsimplify kind when compiling bzip2, and this is one of them. It amuses me to have bzip2 be perfectly optimized as far as instsimplify goes! llvm-svn: 130840