[llvm] [GISEL][RISCV] Add G_VACOPY GISEL opcode and add lowering code for it. (PR #73066)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 17:56:41 PST 2023
arsenm wrote:
I think every generic intrinsic and instruction should have a defined G_* opcode and not route through G_INTRINSIC*. G_INTRINSIC* is for target intrinsics
https://github.com/llvm/llvm-project/pull/73066
More information about the llvm-commits
mailing list