Skip to content
  1. Jan 07, 2009
    • Dan Gohman's avatar
      Revert r42653 and forward-port the code that lets INC64_32r be · beac19e2
      Dan Gohman authored
      converted to LEA64_32r in x86's convertToThreeAddress. This
      replaces code like this:
         movl  %esi, %edi
         inc   %edi
      with this:
         lea   1(%rsi), %edi
      which appears to be beneficial.
      
      llvm-svn: 61830
      beac19e2
    • Scott Michel's avatar
      CellSPU: · 494daa74
      Scott Michel authored
      - Add preliminary support for v2i32; load/store generates the right code but
        there's a lot work to be done to make this vector type operational.
      
      llvm-svn: 61829
      494daa74
  2. Jan 06, 2009
Loading