[llvm-dev] Loop Distribution pass

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 13 10:09:43 PDT 2018


On Thu, 13 Sep 2018 at 18:03, Saito, Hideki <hideki.saito at intel.com> wrote:
> In short, my preference is to make vectorizer's analysis more usable by other xforms than making more and more loop xforms happen inside LV.

Agreed! I wasn't alluding to moving the analysis inside LV, just using
it inside a V2V transform to find more options to vectorise.

--renato


More information about the llvm-dev mailing list