Skip to content
  1. Apr 15, 2006
  2. Apr 14, 2006
  3. Apr 13, 2006
  4. Apr 12, 2006
  5. Apr 11, 2006
  6. Apr 10, 2006
  7. Apr 08, 2006
  8. Apr 07, 2006
  9. Apr 06, 2006
  10. Apr 05, 2006
    • Evan Cheng's avatar
      Handle canonical form of e.g. · f3b52c84
      Evan Cheng authored
      vector_shuffle v1, v1, <0, 4, 1, 5, 2, 6, 3, 7>
      
      This is turned into
      vector_shuffle v1, <undef>, <0, 0, 1, 1, 2, 2, 3, 3>
      by dag combiner.
      
      It would match a {p}unpckl on x86.
      
      llvm-svn: 27437
      f3b52c84
  11. Apr 04, 2006
  12. Apr 03, 2006
  13. Mar 31, 2006
Loading