Skip to content
  • Evan Cheng's avatar
    - Two-address pass should not assume unfolding is always successful. · 0ce84486
    Evan Cheng authored
    - X86 unfolding should check if the instructions being unfolded has memoperands.
      If there is no memoperands, then it must assume conservative alignment. If this
      would introduce an expensive sse unaligned load / store, then unfoldMemoryOperand
      etc. should not unfold the instruction.
    
    llvm-svn: 107509
    0ce84486
Loading