[PATCH] D73602: [SVE] Add support for lowering GEPs involving scalable vectors.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 08:29:10 PST 2020
sdesmalen added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:3917
+ TypeSize ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
+ // We intentionally mask away the high bits here; ElementSize may not
+ // fit in IdxTy.
----------------
I'm not sure I understand this comment; why would ElementSize not fit into IdxTy?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73602/new/
https://reviews.llvm.org/D73602
More information about the llvm-commits
mailing list