Duncan Sands ad20681cde Implement some basic simplifications involving min/max, for example
max(a,b) >= a -> true.  According to my super-optimizer, these are
by far the most common simplifications (of the -instsimplify kind)
that occur in the testsuite and aren't caught by -std-compile-opts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130780 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-03 19:53:10 +00:00
..
2011-05-03 17:22:56 +00:00
2011-04-15 00:32:41 +00:00
2011-04-06 20:54:07 +00:00
2011-04-28 09:12:47 +00:00
2011-03-21 16:38:22 +00:00