Add a bisection step on the list of instructions before doing the linear
authorNick Lewycky <nicholas@mxc.ca>
Mon, 25 May 2009 05:30:00 +0000 (05:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 25 May 2009 05:30:00 +0000 (05:30 +0000)
commit4c8f9af6e0c264a99b41817b2ee78c2297930165
tree632d0cbdc37d9be2abd00d14461e1f822c3cdb31
parent6c0866ca8373da318741cc90ad7afd1bda22bb1b
Add a bisection step on the list of instructions before doing the linear
simplification. It's not clear to me whether this can replace the first of the
linear instruction simplification stages or not, so I left it in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72377 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/CrashDebugger.cpp