llvm/lib/Transforms
Benjamin Kramer 042b27f40e SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp.
This transforms another 1000 switches in gcc.c.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124826 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-03 22:51:41 +00:00
..
Hello
InstCombine Conservatively, clear optional flags, such as nsw, when performing 2011-02-02 02:05:46 +00:00
Instrumentation
IPO Remove wasteful caching. This isn't needed for correctness because any function 2011-02-02 05:31:01 +00:00
Scalar Fix reassociate to clear optional flags, such as nsw. 2011-02-02 02:02:34 +00:00
Utils SimplifyCFG: Also transform switches that represent a range comparison but are not sorted into sub+icmp. 2011-02-03 22:51:41 +00:00
Makefile