[PATCH] D80491: [LV] Clamp MaxVF to power of 2

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 24 10:40:35 PDT 2020


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/test/Transforms/LoopVectorize/memdep-fold-tail.ll:108
+!0 = distinct !{!0, !1}
+!1 = !{!"llvm.loop.vectorize.enable", i1 true}
----------------
nit both loop and vectorize.enable metadata not needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80491





More information about the llvm-commits mailing list