Skip to content
  1. Oct 09, 2003
    • Chris Lattner's avatar
      Remove a dead method · a9c297c8
      Chris Lattner authored
      llvm-svn: 8978
      a9c297c8
    • Chris Lattner's avatar
      This patch substantially simplifies and cleans up handling of basic blocks · abf6412c
      Chris Lattner authored
      in the bytecode parser.  Before we tried to shoehorn basic blocks into the
      "getValue" code path with other types of values.  For a variety of reasons
      this was a bad idea, so this patch separates it out into its own data structure.
      
      This simplifies the code, makes it fit in 80 columns, and is also much faster.
      In a testcase provided by Bill, which has lots of PHI nodes, this patch speeds
      up bytecode parsing from taking 6.9s to taking 2.32s.  More speedups to
      follow later.
      
      llvm-svn: 8977
      abf6412c
  2. Oct 08, 2003
  3. Oct 07, 2003
Loading