Skip to content
  1. Aug 12, 2010
  2. Aug 11, 2010
  3. Aug 10, 2010
    • Nate Begeman's avatar
      Add the minimal amount of smarts necessary to instcombine of shufflevectors to recognize · 26536306
      Nate Begeman authored
      patterns generated by clang for transpose of a matrix in generic vectors.  This is made
      of two parts:
      
      1) Propagating vector extracts of hi/lo half into their users
      2) Recognizing an insertion of even elements followed by the odd elements as an unpack.
      
      Testcase to come, but this shrinks the # of shuffle instructions generated on x86 from ~40 to the minimal 8.
      
      llvm-svn: 110734
      26536306
Loading