[PATCH] D102748: [LoopUnroll] Don't unroll before vectorisation

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 01:41:47 PDT 2021


lebedev.ri added a comment.

As somewhat related data point, i'm currently looking at a case where
we completely unroll a loop that should have been later recognized by LoopIdiom pass.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102748/new/

https://reviews.llvm.org/D102748



More information about the llvm-commits mailing list