[PATCH] D83413: Tighten description of ISD::BUILD_VECTOR
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 12:07:51 PDT 2020
kparzysz added a comment.
I'd move the "all types must be the same" to the end, so that it doesn't look like the exception overrides it, i.e. something like
The types of the operands must match the vector element type, except
that for integer types the operands are allowed to be of a larger type
than the element type, in which case the operands are implicitly
truncated. In any case, all operands must have the same type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83413/new/
https://reviews.llvm.org/D83413
More information about the llvm-commits
mailing list