[PATCH] D84754: GlobalISel: Implement fewerElementsVector for G_INSERT_VECTOR_ELT
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 14:59:17 PDT 2020
paquette added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h:277
+ LegalizeResult fewerElementsVectorExtractInsertVectorElt(MachineInstr &MI,
+ unsigned TypeIdx,
+ LLT NarrowTy);
----------------
phab is complaining about these (>>), are they tabs? clang format?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84754/new/
https://reviews.llvm.org/D84754
More information about the llvm-commits
mailing list