Skip to content
  1. Apr 06, 2011
  2. Apr 05, 2011
  3. Apr 04, 2011
  4. Apr 02, 2011
  5. Apr 01, 2011
  6. Mar 31, 2011
  7. Mar 30, 2011
    • Jakob Stoklund Olesen's avatar
      Fix evil VirtRegRewriter bug. · ae917a37
      Jakob Stoklund Olesen authored
      The rewriter can keep track of multiple stack slots in the same register if they
      happen to have the same value. When an instruction modifies a stack slot by
      defining a register that is mapped to a stack slot, other stack slots in that
      register are no longer valid.
      
      This is a very rare problem, and I don't have a simple test case. I get the
      impression that VirtRegRewriter knows it is about to be deleted, inventing a
      last opaque problem.
      
      <rdar://problem/9204040>
      
      llvm-svn: 128562
      ae917a37
Loading