1) Use the new SimplifyInstructionsInBlock routine instead of the copy
in JT. 2) When cloning blocks for PHI or xor conditions, use instsimplify to simplify the code as we go. This allows us to squish common cases early in JT which opens up opportunities for subsequent iterations, and allows it to completely simplify the testcase. llvm-svn: 93253
Loading
Please register or sign in to comment