[PATCH] D73480: [VectorCombine] new IR transform pass for partial vector ops

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 29 08:31:38 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VectorCombine.cpp:96
+    //       iteratively in this loop rather than waiting until the end.
+    for (Instruction &I : make_range(BB.rbegin(), BB.rend())) {
+      MadeChange |= foldExtractCmp(I, TTI);
----------------
Skip debug insn?

DbgInfoIntrinsic?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73480





More information about the llvm-commits mailing list