Skip to content
  1. Feb 21, 2013
    • Jakob Stoklund Olesen's avatar
      Copy single reaching defs directly into the LiveInterval. · b3892711
      Jakob Stoklund Olesen authored
      When findReachingDefs() finds that only one value can reach the basic
      block, just copy the work list of visited blocks directly into the live
      interval.
      
      Sort the block list and use a LiveRangeUpdater to make the bulk add
      fast.
      
      When multiple reaching defs are found, transfer the work list to the
      updateSSA() work list as before. Also use LiveRangeUpdater in
      updateLiveIns() following updateSSA().
      
      This makes live interval analysis more than 3x faster on one huge test
      case.
      
      llvm-svn: 175685
      b3892711
    • Bill Wendling's avatar
      Add and remove the attribute from the correct slot. · 1c20ff02
      Bill Wendling authored
      The slot that we're adding/removing the attribute from may not be the same as
      the attribute coming in. Make sure that they match up before we try to
      add/remove them.
      PR15313
      
      llvm-svn: 175684
      1c20ff02
  2. Feb 20, 2013
Loading