[PATCH] D83390: [GlobalISel][InlineAsm] Extend input operands when register class size does not match type
Dominik Montada via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 01:11:27 PDT 2020
gargaroff added a comment.
In D83390#2140237 <https://reviews.llvm.org/D83390#2140237>, @kschwarz wrote:
> A similar issue (for tied input operands) is handled in https://reviews.llvm.org/D83384
> The function introduced there should be extended to handle the vector case.
In that case I'll hold off on this patch until the one you linked is landed. If that one will introduce the extension handling already, I'll abandon this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83390/new/
https://reviews.llvm.org/D83390
More information about the llvm-commits
mailing list