Skip to content
  • Evan Cheng's avatar
    Try approach to moving call address load inside of callseq_start. Now it's... · f00f1e50
    Evan Cheng authored
    Try approach to moving call address load inside of callseq_start. Now it's done during the preprocess of x86 isel. callseq_start's chain is changed to load's chain node; while load's chain is the last of callseq_start or the loads or copytoreg nodes inserted to move arguments to the right spot.
    
    llvm-svn: 55338
    f00f1e50
Loading