[llvm] [SPIRV] Add support for selection of G_MEMCPY_INLINE (PR #201925)

Juan Manuel Martinez CaamaƱo via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 08:03:21 PDT 2026


jmmartinez wrote:

> @jmmartinez I don't think there is a `G_MEMMOVE_INLINE`, the only one I can find anywhere with `_INLINE` is `G_MEMCPY_INLINE`.
> 
> https://llvm.org/docs/GlobalISel/GenericOpcode.html

Sorry ! I mixed with memset since there is a memset.inline intrinsic https://llvm.org/docs/LangRef.html#llvm-memset-inline-intrinsic (but it seems there is no G_ opcode for it).

https://github.com/llvm/llvm-project/pull/201925


More information about the llvm-commits mailing list