[PATCH] D75980: [LV] Generate RT checks up-front and remove them if required. (WIP)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 06:18:11 PDT 2020


lebedev.ri added a comment.

Thank you for looking into this!



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:1519
+/// estimating the cost and un-linked from the existing IR. After deciding to
+/// vectorize, the checks are moved backed. If deciding not to vectorize, the
+/// temporary block is completely removed.
----------------
'moved backed'?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75980





More information about the llvm-commits mailing list