Skip to content
  • Preston Gurd's avatar
    · 663e6f95
    Preston Gurd authored
    For the current Atom processor, the fastest way to handle a call
    indirect through a memory address is to load the memory address into
    a register and then call indirect through the register.
    
    This patch implements this improvement by modifying SelectionDAG to
    force a function address which is a memory reference to be loaded
    into a virtual register.
    
    Patch by Sriram Murali.
    
    llvm-svn: 178171
    663e6f95
Loading