diff options
author | Duncan Sands <baldrick@free.fr> | 2011-05-03 19:53:10 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-05-03 19:53:10 +0000 |
commit | 0a9c1246d70ed63c24d8f44d5974040b8089034c (patch) | |
tree | 280335aee502494577adac64e0a0758f3756d33e /clang/lib/CodeGen | |
parent | e6ce2053e739ac3725dca6baae2c6af47677e3ef (diff) | |
download | bcm5719-llvm-0a9c1246d70ed63c24d8f44d5974040b8089034c.tar.gz bcm5719-llvm-0a9c1246d70ed63c24d8f44d5974040b8089034c.zip |
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.
llvm-svn: 130780
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions