[PATCH] D84754: GlobalISel: Implement fewerElementsVector for G_INSERT_VECTOR_ELT
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 05:22:20 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h:277
+ LegalizeResult fewerElementsVectorExtractInsertVectorElt(MachineInstr &MI,
+ unsigned TypeIdx,
+ LLT NarrowTy);
----------------
paquette wrote:
> phab is complaining about these (>>), are they tabs? clang format?
I don't think this is a complaint. It's definitely not a tab. Maybe this is just marking the line didn't change, only the indentation point?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84754/new/
https://reviews.llvm.org/D84754
More information about the llvm-commits
mailing list