[PATCH] D61980: GlobalISel: Add DstOp version of buildIntrinsic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 20:33:42 PDT 2019


arsenm added a comment.

In D61980#1504074 <https://reviews.llvm.org/D61980#1504074>, @aditya_nandakumar wrote:

> The patch looks good. One comment - does it make sense to have two functions or unify the implementation - make the non DstOp version forward to DstOp version?


It would require creating another vector constructing DstOps, which seems worse


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

https://reviews.llvm.org/D61980





More information about the llvm-commits mailing list