[PATCH] D114198: [GlobalISel] Rework more/fewer elements for vectors
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 24 16:38:56 PST 2021
mehdi_amini added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp:3658
+ return false;
+ is_contained(NonVecOpIndices, OpIdx);
+ continue;
----------------
This line does not seem right? (flagged by coverity by the way)
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