[PATCH] D53594: [GlobalISel] Introduce G_BUILD_VECTOR and G_CONCAT_VECTOR opcodes
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 11:48:06 PDT 2018
qcolombet added a comment.
Thanks @aditya_nandakumar for the context.
I understand where you're coming from.
What I meant is that I would rather have one opcode of build_vector and one for build_vector with trunc. The rationale is that it makes it clear what you want to achieve and it makes for a stronger type verifier.
Repository:
rL LLVM
https://reviews.llvm.org/D53594
More information about the llvm-commits
mailing list