[PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled

Arch D. Robison arch.robison at intel.com
Thu Mar 27 10:38:46 PDT 2014


  Thanks for the suggestions.  the find-->count change will eliminate the long line issue :-)

  I didn't understand the suggestion of changing:

      IE->removeFromParent();
      IE->insertAfter(x);`

  to:

      IE->moveBefore(x)

  Aren't these different?  I couldn't find a "moveAfter" method.

http://llvm-reviews.chandlerc.com/D3143



More information about the llvm-commits mailing list