[PATCH] D125446: [LegalizeVectorTypes][VP] Add widen and split support for VP_SETCC
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 02:07:16 PDT 2022
frasercrmck added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3514
TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
return DAG.getNode(ExtendCode, DL, N->getValueType(0), Con);
}
----------------
I suppose this is a non-VP extend? Could this be a TODO to use a VP extend?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125446/new/
https://reviews.llvm.org/D125446
More information about the llvm-commits
mailing list