Skip to content
  • Chad Rosier's avatar
    Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary. · 4179e3f5
    Chad Rosier authored
    This pass was conservative in that it always reserved the FP to enable dynamic
    stack realignment, which allowed the RA to use aligned spills for vector
    registers.  This happens even when spills were not necessary.  The RA has 
    since been improved to use unaligned spills when necessary.
    
    The new behavior is to realign the stack if the frame pointer was already
    reserved for some other reason, but don't reserve the frame pointer just
    because a function contains vector virtual registers.
    
    Part of rdar://12719844
    
    llvm-svn: 168627
    4179e3f5
Loading