[PATCH] D88060: [GISel]: Few InsertVecElt combines

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 18:30:56 PDT 2020


aditya_nandakumar marked an inline comment as done.
aditya_nandakumar added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp:2433
+    return false;
+  SmallVector<bool, 4> SeenIndex(NumElts, false);
+  std::sort(Inserts.begin(), Inserts.end(),
----------------
arsenm wrote:
> BitVector?
Removed this. This is not used in this change, but will be in the subsequent one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88060



More information about the llvm-commits mailing list