Bill contributed this major rewrite of the -lowerswitch pass to make it generate
authorChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2003 18:46:23 +0000 (18:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Oct 2003 18:46:23 +0000 (18:46 +0000)
commitebbc1a5aa0c37ab29d14ae56c176b3bfd25658cb
treee9f24d853c1026d5097f42b341b2124cfa3e193e
parent7528343cbd35491d61f4d66bf3f97445173afc7e
Bill contributed this major rewrite of the -lowerswitch pass to make it generate
logarithmic conditional branch sequences instead of linear sequences.  Thanks Bill!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8928 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerSwitch.cpp