aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstrAnnot.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-24 07:23:58 +0000
committerChris Lattner <sabre@nondot.org>2004-02-24 07:23:58 +0000
commitd52c261cf801331bebda9711acd54c7c5377a6bd (patch)
treecbe358e66f1c5bb46938005aa13d58e420f2e7ad /lib/CodeGen/MachineInstrAnnot.cpp
parent2189a760241550a4ca44bd4a9150372d77afb84f (diff)
Implement SimplifyCFG/switch_switch_fold.ll
This case occurs many times in various benchmarks, especially when combined with the previous patch. This allows it to get stuff like: if (X == 4 || X == 3) if (X == 5 || X == 8) and switch (X) { case 4: case 5: case 6: if (X == 4 || X == 5) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstrAnnot.cpp')
0 files changed, 0 insertions, 0 deletions