[PATCH] D84016: [SVE][CodeGen] Add simple integer add tests for SVE tuple types
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 21:16:36 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:19065
+ unsigned PartNumElem =
+ N->getOperand(0).getValueType().getVectorMinNumElements();
----------------
I think I committed a similar change today.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84016/new/
https://reviews.llvm.org/D84016
More information about the llvm-commits
mailing list