Skip to content
  1. Sep 22, 2010
  2. Sep 21, 2010
  3. Sep 20, 2010
    • Owen Anderson's avatar
      When TCO is turned on, it is possible to end up with aliasing FrameIndex's. Therefore, · 272ff949
      Owen Anderson authored
      CombinerAA cannot assume that different FrameIndex's never alias, but can instead use
      MachineFrameInfo to get the actual offsets of these slots and check for actual aliasing.
      
      This fixes CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll and CodeGen/X86/tailcallstack64.ll
      when CombinerAA is enabled, modulo a different register allocation sequence.
      
      llvm-svn: 114348
      272ff949
Loading