[PATCH] D83384: [GlobalISel][InlineAsm] Fix buildCopy for matching input constraints

Konstantin Schwarz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 05:14:37 PDT 2020


kschwarz added a comment.

Hi @Petar.Avramovic,

we noticed that this extension is also missing for the non-tied register input operands. I added the opposite logic, i.e. truncating of output operands, but forgot about extending the inputs.
Would you mind adding that handling in this patch too, as it is basically the same?
If you feel like it should be in a separate commit, I can also provide a patch for it. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83384/new/

https://reviews.llvm.org/D83384





More information about the llvm-commits mailing list