[PATCH] D114198: [GlobalISel] Rework more/fewer elements for vectors

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 27 03:17:33 PST 2021


Petar.Avramovic added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp:3658
+        return false;
+      is_contained(NonVecOpIndices, OpIdx);
+      continue;
----------------
mehdi_amini wrote:
> This line does not seem right? (flagged by coverity by the way)
Thanks, that line was pasted there by mistake.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114198



More information about the llvm-commits mailing list